OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1339 # TODO(sgk): remove this when we change the buildbots to | 1339 # TODO(sgk): remove this when we change the buildbots to |
1340 # use the generated build\all.sln file to build the world. | 1340 # use the generated build\all.sln file to build the world. |
1341 'target_name': 'pull_in_all', | 1341 'target_name': 'pull_in_all', |
1342 'type': 'none', | 1342 'type': 'none', |
1343 'dependencies': [ | 1343 'dependencies': [ |
1344 'installer/mini_installer.gyp:*', | 1344 'installer/mini_installer.gyp:*', |
1345 'installer/installer.gyp:*', | 1345 'installer/installer.gyp:*', |
1346 '../app/app.gyp:*', | 1346 '../app/app.gyp:*', |
1347 '../base/base.gyp:*', | 1347 '../base/base.gyp:*', |
1348 '../chrome_frame/chrome_frame.gyp:*', | 1348 '../chrome_frame/chrome_frame.gyp:*', |
| 1349 '../gfx/gfx.gyp:*', |
1349 '../ipc/ipc.gyp:*', | 1350 '../ipc/ipc.gyp:*', |
1350 '../media/media.gyp:*', | 1351 '../media/media.gyp:*', |
1351 '../net/net.gyp:*', | 1352 '../net/net.gyp:*', |
1352 '../printing/printing.gyp:*', | 1353 '../printing/printing.gyp:*', |
1353 '../sdch/sdch.gyp:*', | 1354 '../sdch/sdch.gyp:*', |
1354 '../skia/skia.gyp:*', | 1355 '../skia/skia.gyp:*', |
1355 '../testing/gmock.gyp:*', | 1356 '../testing/gmock.gyp:*', |
1356 '../testing/gtest.gyp:*', | 1357 '../testing/gtest.gyp:*', |
1357 '../third_party/bsdiff/bsdiff.gyp:*', | 1358 '../third_party/bsdiff/bsdiff.gyp:*', |
1358 '../third_party/bspatch/bspatch.gyp:*', | 1359 '../third_party/bspatch/bspatch.gyp:*', |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1626 }], # targets | 1627 }], # targets |
1627 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1628 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1628 ], # 'conditions' | 1629 ], # 'conditions' |
1629 } | 1630 } |
1630 | 1631 |
1631 # Local Variables: | 1632 # Local Variables: |
1632 # tab-width:2 | 1633 # tab-width:2 |
1633 # indent-tabs-mode:nil | 1634 # indent-tabs-mode:nil |
1634 # End: | 1635 # End: |
1635 # vim: set expandtab tabstop=2 shiftwidth=2: | 1636 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |