| 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 '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 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1611 },], # OS=="linux" | 1611 },], # OS=="linux" |
| 1612 ['OS=="win"', | 1612 ['OS=="win"', |
| 1613 { 'targets': [ | 1613 { 'targets': [ |
| 1614 { | 1614 { |
| 1615 # TODO(sgk): remove this when we change the buildbots to | 1615 # TODO(sgk): remove this when we change the buildbots to |
| 1616 # use the generated build\all.sln file to build the world. | 1616 # use the generated build\all.sln file to build the world. |
| 1617 'target_name': 'pull_in_all', | 1617 'target_name': 'pull_in_all', |
| 1618 'type': 'none', | 1618 'type': 'none', |
| 1619 'dependencies': [ | 1619 'dependencies': [ |
| 1620 'installer/mini_installer.gyp:*', | 1620 'installer/mini_installer.gyp:*', |
| 1621 'installer/installer_tools.gyp:*', |
| 1621 'installer/upgrade_test.gyp:*', | 1622 'installer/upgrade_test.gyp:*', |
| 1622 '../app/app.gyp:*', | 1623 '../app/app.gyp:*', |
| 1623 '../base/base.gyp:*', | 1624 '../base/base.gyp:*', |
| 1624 '../chrome_frame/chrome_frame.gyp:*', | 1625 '../chrome_frame/chrome_frame.gyp:*', |
| 1625 '../ui/gfx/gfx.gyp:*', | 1626 '../ui/gfx/gfx.gyp:*', |
| 1626 '../ipc/ipc.gyp:*', | 1627 '../ipc/ipc.gyp:*', |
| 1627 '../media/media.gyp:*', | 1628 '../media/media.gyp:*', |
| 1628 '../net/net.gyp:*', | 1629 '../net/net.gyp:*', |
| 1629 '../ppapi/ppapi.gyp:*', | 1630 '../ppapi/ppapi.gyp:*', |
| 1630 '../printing/printing.gyp:*', | 1631 '../printing/printing.gyp:*', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 }], # targets | 1923 }], # targets |
| 1923 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1924 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1924 ], # 'conditions' | 1925 ], # 'conditions' |
| 1925 } | 1926 } |
| 1926 | 1927 |
| 1927 # Local Variables: | 1928 # Local Variables: |
| 1928 # tab-width:2 | 1929 # tab-width:2 |
| 1929 # indent-tabs-mode:nil | 1930 # indent-tabs-mode:nil |
| 1930 # End: | 1931 # End: |
| 1931 # vim: set expandtab tabstop=2 shiftwidth=2: | 1932 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |