| 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 'common_constants_sources': [ | 8 'common_constants_sources': [ |
| 9 'common/chrome_constants.cc', | 9 'common/chrome_constants.cc', |
| 10 'common/chrome_constants.h', | 10 'common/chrome_constants.h', |
| 11 'common/chrome_constants_util_win.cc', |
| 12 'common/chrome_constants_util_win.h', |
| 11 'common/chrome_features.cc', | 13 'common/chrome_features.cc', |
| 12 'common/chrome_features.h', | 14 'common/chrome_features.h', |
| 13 'common/chrome_icon_resources_win.cc', | 15 'common/chrome_icon_resources_win.cc', |
| 14 'common/chrome_icon_resources_win.h', | 16 'common/chrome_icon_resources_win.h', |
| 15 'common/chrome_paths.cc', | 17 'common/chrome_paths.cc', |
| 16 'common/chrome_paths.h', | 18 'common/chrome_paths.h', |
| 17 'common/chrome_paths_android.cc', | 19 'common/chrome_paths_android.cc', |
| 18 'common/chrome_paths_internal.h', | 20 'common/chrome_paths_internal.h', |
| 19 'common/chrome_paths_linux.cc', | 21 'common/chrome_paths_linux.cc', |
| 20 'common/chrome_paths_mac.mm', | 22 'common/chrome_paths_mac.mm', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'configurations': { | 137 'configurations': { |
| 136 'Common_Base': { | 138 'Common_Base': { |
| 137 'msvs_target_platform': 'x64', | 139 'msvs_target_platform': 'x64', |
| 138 }, | 140 }, |
| 139 }, | 141 }, |
| 140 }, | 142 }, |
| 141 ], | 143 ], |
| 142 }], | 144 }], |
| 143 ], | 145 ], |
| 144 } | 146 } |
| OLD | NEW |