common.gypi 445 B

123456789101112131415
  1. # Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # IMPORTANT:
  5. # Please don't directly include this file if you are building via gyp_chromium,
  6. # since gyp_chromium is automatically forcing its inclusion.
  7. {
  8. 'target_defaults': {
  9. 'default_configuration': 'Release',
  10. 'configurations': {
  11. 'Release': {},
  12. },
  13. },
  14. }