OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 # By using an include, we keep everything in a single xcodeproj file. | 117 # By using an include, we keep everything in a single xcodeproj file. |
118 # Note on Win64 targets: targets that end with win64 be used | 118 # Note on Win64 targets: targets that end with win64 be used |
119 # on 64-bit Windows only. Targets that end with nacl_win64 should be used | 119 # on 64-bit Windows only. Targets that end with nacl_win64 should be used |
120 # by Native Client only. | 120 # by Native Client only. |
121 '../build/win_precompile.gypi', | 121 '../build/win_precompile.gypi', |
122 'app/policy/policy_templates.gypi', | 122 'app/policy/policy_templates.gypi', |
123 'chrome_browser.gypi', | 123 'chrome_browser.gypi', |
124 'chrome_common.gypi', | 124 'chrome_common.gypi', |
125 'chrome_dll.gypi', | 125 'chrome_dll.gypi', |
126 'chrome_exe.gypi', | 126 'chrome_exe.gypi', |
127 'chrome_dll_syzygy.gypi', # This must follow chrome_dll and chrome_exe. | |
128 'chrome_installer.gypi', | 127 'chrome_installer.gypi', |
129 'chrome_installer_util.gypi', | 128 'chrome_installer_util.gypi', |
130 'chrome_renderer.gypi', | 129 'chrome_renderer.gypi', |
131 'chrome_tests.gypi', | 130 'chrome_tests.gypi', |
132 'common_constants.gypi', | 131 'common_constants.gypi', |
133 'nacl.gypi', | 132 'nacl.gypi', |
134 ], | 133 ], |
135 'targets': [ | 134 'targets': [ |
136 { | 135 { |
137 'target_name': 'default_extensions', | 136 'target_name': 'default_extensions', |
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1318 'configurations': { | 1317 'configurations': { |
1319 'Common_Base': { | 1318 'Common_Base': { |
1320 'msvs_target_platform': 'x64', | 1319 'msvs_target_platform': 'x64', |
1321 }, | 1320 }, |
1322 }, | 1321 }, |
1323 }, | 1322 }, |
1324 ]}, # 'targets' | 1323 ]}, # 'targets' |
1325 ], # OS=="win" | 1324 ], # OS=="win" |
1326 ], # 'conditions' | 1325 ], # 'conditions' |
1327 } | 1326 } |
OLD | NEW |