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 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1617 '../third_party/icu/icu.gyp:*', | 1617 '../third_party/icu/icu.gyp:*', |
1618 '../third_party/libpng/libpng.gyp:*', | 1618 '../third_party/libpng/libpng.gyp:*', |
1619 '../third_party/libwebp/libwebp.gyp:*', | 1619 '../third_party/libwebp/libwebp.gyp:*', |
1620 '../third_party/libxslt/libxslt.gyp:*', | 1620 '../third_party/libxslt/libxslt.gyp:*', |
1621 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 1621 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
1622 '../third_party/modp_b64/modp_b64.gyp:*', | 1622 '../third_party/modp_b64/modp_b64.gyp:*', |
1623 '../third_party/npapi/npapi.gyp:*', | 1623 '../third_party/npapi/npapi.gyp:*', |
1624 '../third_party/qcms/qcms.gyp:*', | 1624 '../third_party/qcms/qcms.gyp:*', |
1625 '../third_party/sqlite/sqlite.gyp:*', | 1625 '../third_party/sqlite/sqlite.gyp:*', |
1626 '../third_party/zlib/zlib.gyp:*', | 1626 '../third_party/zlib/zlib.gyp:*', |
1627 '../ui/ui.gyp:*', | |
1628 '../webkit/support/webkit_support.gyp:*', | 1627 '../webkit/support/webkit_support.gyp:*', |
1629 '../webkit/webkit.gyp:*', | 1628 '../webkit/webkit.gyp:*', |
1630 | 1629 |
1631 '../build/temp_gyp/googleurl.gyp:*', | 1630 '../build/temp_gyp/googleurl.gyp:*', |
1632 | 1631 |
1633 '../breakpad/breakpad.gyp:*', | 1632 '../breakpad/breakpad.gyp:*', |
1634 '../courgette/courgette.gyp:*', | 1633 '../courgette/courgette.gyp:*', |
1635 '../gears/gears.gyp:*', | 1634 '../gears/gears.gyp:*', |
1636 '../rlz/rlz.gyp:*', | 1635 '../rlz/rlz.gyp:*', |
1637 '../sandbox/sandbox.gyp:*', | 1636 '../sandbox/sandbox.gyp:*', |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1898 }], # targets | 1897 }], # targets |
1899 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1898 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1900 ], # 'conditions' | 1899 ], # 'conditions' |
1901 } | 1900 } |
1902 | 1901 |
1903 # Local Variables: | 1902 # Local Variables: |
1904 # tab-width:2 | 1903 # tab-width:2 |
1905 # indent-tabs-mode:nil | 1904 # indent-tabs-mode:nil |
1906 # End: | 1905 # End: |
1907 # vim: set expandtab tabstop=2 shiftwidth=2: | 1906 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |