| 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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1348 { 'targets': [ | 1348 { 'targets': [ |
| 1349 { | 1349 { |
| 1350 # TODO(sgk): remove this when we change the buildbots to | 1350 # TODO(sgk): remove this when we change the buildbots to |
| 1351 # use the generated build\all.sln file to build the world. | 1351 # use the generated build\all.sln file to build the world. |
| 1352 'target_name': 'pull_in_all', | 1352 'target_name': 'pull_in_all', |
| 1353 'type': 'none', | 1353 'type': 'none', |
| 1354 'dependencies': [ | 1354 'dependencies': [ |
| 1355 'installer/mini_installer.gyp:*', | 1355 'installer/mini_installer.gyp:*', |
| 1356 'installer/installer_tools.gyp:*', | 1356 'installer/installer_tools.gyp:*', |
| 1357 'installer/upgrade_test.gyp:*', | 1357 'installer/upgrade_test.gyp:*', |
| 1358 '../app/app.gyp:*', | |
| 1359 '../base/base.gyp:*', | 1358 '../base/base.gyp:*', |
| 1360 '../chrome_frame/chrome_frame.gyp:*', | 1359 '../chrome_frame/chrome_frame.gyp:*', |
| 1361 '../content/content.gyp:*', | 1360 '../content/content.gyp:*', |
| 1362 '../ipc/ipc.gyp:*', | 1361 '../ipc/ipc.gyp:*', |
| 1363 '../media/media.gyp:*', | 1362 '../media/media.gyp:*', |
| 1364 '../net/net.gyp:*', | 1363 '../net/net.gyp:*', |
| 1365 '../ppapi/ppapi.gyp:*', | 1364 '../ppapi/ppapi.gyp:*', |
| 1366 '../ppapi/ppapi_internal.gyp:*', | 1365 '../ppapi/ppapi_internal.gyp:*', |
| 1367 '../printing/printing.gyp:*', | 1366 '../printing/printing.gyp:*', |
| 1368 '../sdch/sdch.gyp:*', | 1367 '../sdch/sdch.gyp:*', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1673 'destination': '<(PRODUCT_DIR)', | 1672 'destination': '<(PRODUCT_DIR)', |
| 1674 'files': [ | 1673 'files': [ |
| 1675 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1674 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
| 1676 ], | 1675 ], |
| 1677 }, | 1676 }, |
| 1678 ], | 1677 ], |
| 1679 }], # targets | 1678 }], # targets |
| 1680 }], # os_posix == 1 and OS != "mac" | 1679 }], # os_posix == 1 and OS != "mac" |
| 1681 ], # 'conditions' | 1680 ], # 'conditions' |
| 1682 } | 1681 } |
| OLD | NEW |