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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'chrome_browser.gypi', | 128 'chrome_browser.gypi', |
129 'chrome_common.gypi', | 129 'chrome_common.gypi', |
130 'chrome_dll.gypi', | 130 'chrome_dll.gypi', |
131 'chrome_exe.gypi', | 131 'chrome_exe.gypi', |
132 'chrome_installer.gypi', | 132 'chrome_installer.gypi', |
133 'chrome_installer_util.gypi', | 133 'chrome_installer_util.gypi', |
134 'chrome_renderer.gypi', | 134 'chrome_renderer.gypi', |
135 'chrome_tests.gypi', | 135 'chrome_tests.gypi', |
136 'common_constants.gypi', | 136 'common_constants.gypi', |
137 'nacl.gypi', | 137 'nacl.gypi', |
| 138 'syzygy.gypi', |
138 ], | 139 ], |
139 'targets': [ | 140 'targets': [ |
140 { | 141 { |
141 # TODO(mark): It would be better if each static library that needed | 142 # TODO(mark): It would be better if each static library that needed |
142 # to run grit would list its own .grd files, but unfortunately some | 143 # to run grit would list its own .grd files, but unfortunately some |
143 # of the static libraries currently have circular dependencies among | 144 # of the static libraries currently have circular dependencies among |
144 # generated headers. | 145 # generated headers. |
145 'target_name': 'chrome_resources', | 146 'target_name': 'chrome_resources', |
146 'type': 'none', | 147 'type': 'none', |
147 'actions': [ | 148 'actions': [ |
(...skipping 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1690 'destination': '<(PRODUCT_DIR)', | 1691 'destination': '<(PRODUCT_DIR)', |
1691 'files': [ | 1692 'files': [ |
1692 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1693 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1693 ], | 1694 ], |
1694 }, | 1695 }, |
1695 ], | 1696 ], |
1696 }], # targets | 1697 }], # targets |
1697 }], # os_posix == 1 and OS != "mac" | 1698 }], # os_posix == 1 and OS != "mac" |
1698 ], # 'conditions' | 1699 ], # 'conditions' |
1699 } | 1700 } |
OLD | NEW |