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 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1600 { | 1600 { |
1601 # TODO(sgk): remove this when we change the buildbots to | 1601 # TODO(sgk): remove this when we change the buildbots to |
1602 # use the generated build\all.sln file to build the world. | 1602 # use the generated build\all.sln file to build the world. |
1603 'target_name': 'pull_in_all', | 1603 'target_name': 'pull_in_all', |
1604 'type': 'none', | 1604 'type': 'none', |
1605 'dependencies': [ | 1605 'dependencies': [ |
1606 'installer/mini_installer.gyp:*', | 1606 'installer/mini_installer.gyp:*', |
1607 'installer/upgrade_test.gyp:*', | 1607 'installer/upgrade_test.gyp:*', |
1608 '../app/app.gyp:*', | 1608 '../app/app.gyp:*', |
1609 '../base/base.gyp:*', | 1609 '../base/base.gyp:*', |
1610 '../ceee/ceee.gyp:*', | |
1611 '../chrome_frame/chrome_frame.gyp:*', | 1610 '../chrome_frame/chrome_frame.gyp:*', |
1612 '../gfx/gfx.gyp:*', | 1611 '../gfx/gfx.gyp:*', |
1613 '../ipc/ipc.gyp:*', | 1612 '../ipc/ipc.gyp:*', |
1614 '../media/media.gyp:*', | 1613 '../media/media.gyp:*', |
1615 '../net/net.gyp:*', | 1614 '../net/net.gyp:*', |
1616 '../ppapi/ppapi.gyp:*', | 1615 '../ppapi/ppapi.gyp:*', |
1617 '../printing/printing.gyp:*', | 1616 '../printing/printing.gyp:*', |
1618 '../sdch/sdch.gyp:*', | 1617 '../sdch/sdch.gyp:*', |
1619 '../skia/skia.gyp:*', | 1618 '../skia/skia.gyp:*', |
1620 '../testing/gmock.gyp:*', | 1619 '../testing/gmock.gyp:*', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1909 }], # targets | 1908 }], # targets |
1910 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1909 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1911 ], # 'conditions' | 1910 ], # 'conditions' |
1912 } | 1911 } |
1913 | 1912 |
1914 # Local Variables: | 1913 # Local Variables: |
1915 # tab-width:2 | 1914 # tab-width:2 |
1916 # indent-tabs-mode:nil | 1915 # indent-tabs-mode:nil |
1917 # End: | 1916 # End: |
1918 # vim: set expandtab tabstop=2 shiftwidth=2: | 1917 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |