| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'includes': [ | 10 'includes': [ |
| 11 'version.gypi', | 11 '../build/util/version.gypi', |
| 12 ], | 12 ], |
| 13 | 13 |
| 14 'target_defaults': { | 14 'target_defaults': { |
| 15 'sources': [ | 15 'sources': [ |
| 16 # TODO(yoz): Create an extension_constants target for these. | 16 # TODO(yoz): Create an extension_constants target for these. |
| 17 '../extensions/common/constants.cc', | 17 '../extensions/common/constants.cc', |
| 18 '../extensions/common/constants.h', | 18 '../extensions/common/constants.h', |
| 19 'common/chrome_constants.cc', | 19 'common/chrome_constants.cc', |
| 20 'common/chrome_constants.h', | 20 'common/chrome_constants.h', |
| 21 'common/chrome_paths.cc', | 21 'common/chrome_paths.cc', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'configurations': { | 110 'configurations': { |
| 111 'Common_Base': { | 111 'Common_Base': { |
| 112 'msvs_target_platform': 'x64', | 112 'msvs_target_platform': 'x64', |
| 113 }, | 113 }, |
| 114 }, | 114 }, |
| 115 }, | 115 }, |
| 116 ], | 116 ], |
| 117 }], | 117 }], |
| 118 ], | 118 ], |
| 119 } | 119 } |
| OLD | NEW |