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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 ], | 118 ], |
119 }], | 119 }], |
120 ], # conditions | 120 ], # conditions |
121 }, # variables | 121 }, # variables |
122 'includes': [ | 122 'includes': [ |
123 # Place some targets in gypi files to reduce contention on this file. | 123 # Place some targets in gypi files to reduce contention on this file. |
124 # By using an include, we keep everything in a single xcodeproj file. | 124 # By using an include, we keep everything in a single xcodeproj file. |
125 # Note on Win64 targets: targets that end with win64 be used | 125 # Note on Win64 targets: targets that end with win64 be used |
126 # on 64-bit Windows only. Targets that end with nacl_win64 should be used | 126 # on 64-bit Windows only. Targets that end with nacl_win64 should be used |
127 # by Native Client only. | 127 # by Native Client only. |
| 128 '../build/win_precompile.gypi', |
128 'app/policy/policy_templates.gypi', | 129 'app/policy/policy_templates.gypi', |
129 'chrome_browser.gypi', | 130 'chrome_browser.gypi', |
130 'chrome_common.gypi', | 131 'chrome_common.gypi', |
131 'chrome_dll.gypi', | 132 'chrome_dll.gypi', |
132 'chrome_exe.gypi', | 133 'chrome_exe.gypi', |
133 'chrome_dll_syzygy.gypi', # This must follow chrome_dll and chrome_exe. | 134 'chrome_dll_syzygy.gypi', # This must follow chrome_dll and chrome_exe. |
134 'chrome_installer.gypi', | 135 'chrome_installer.gypi', |
135 'chrome_installer_util.gypi', | 136 'chrome_installer_util.gypi', |
136 'chrome_renderer.gypi', | 137 'chrome_renderer.gypi', |
137 'chrome_tests.gypi', | 138 'chrome_tests.gypi', |
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1735 'destination': '<(PRODUCT_DIR)', | 1736 'destination': '<(PRODUCT_DIR)', |
1736 'files': [ | 1737 'files': [ |
1737 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1738 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1738 ], | 1739 ], |
1739 }, | 1740 }, |
1740 ], | 1741 ], |
1741 }], # targets | 1742 }], # targets |
1742 }], # OS != "mac" | 1743 }], # OS != "mac" |
1743 ], # 'conditions' | 1744 ], # 'conditions' |
1744 } | 1745 } |
OLD | NEW |