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 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1645 '../third_party/codesighs/codesighs.gyp:*', | 1645 '../third_party/codesighs/codesighs.gyp:*', |
1646 '../third_party/iccjpeg/iccjpeg.gyp:*', | 1646 '../third_party/iccjpeg/iccjpeg.gyp:*', |
1647 '../third_party/icu/icu.gyp:*', | 1647 '../third_party/icu/icu.gyp:*', |
1648 '../third_party/libjpeg/libjpeg.gyp:*', | 1648 '../third_party/libjpeg/libjpeg.gyp:*', |
1649 '../third_party/libpng/libpng.gyp:*', | 1649 '../third_party/libpng/libpng.gyp:*', |
1650 '../third_party/libwebp/libwebp.gyp:*', | 1650 '../third_party/libwebp/libwebp.gyp:*', |
1651 '../third_party/libxslt/libxslt.gyp:*', | 1651 '../third_party/libxslt/libxslt.gyp:*', |
1652 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 1652 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
1653 '../third_party/modp_b64/modp_b64.gyp:*', | 1653 '../third_party/modp_b64/modp_b64.gyp:*', |
1654 '../third_party/npapi/npapi.gyp:*', | 1654 '../third_party/npapi/npapi.gyp:*', |
| 1655 '../third_party/qcms/qcms.gyp:*', |
1655 '../third_party/sqlite/sqlite.gyp:*', | 1656 '../third_party/sqlite/sqlite.gyp:*', |
1656 '../third_party/zlib/zlib.gyp:*', | 1657 '../third_party/zlib/zlib.gyp:*', |
1657 '../webkit/support/webkit_support.gyp:*', | 1658 '../webkit/support/webkit_support.gyp:*', |
1658 '../webkit/webkit.gyp:*', | 1659 '../webkit/webkit.gyp:*', |
1659 | 1660 |
1660 '../build/temp_gyp/googleurl.gyp:*', | 1661 '../build/temp_gyp/googleurl.gyp:*', |
1661 | 1662 |
1662 '../breakpad/breakpad.gyp:*', | 1663 '../breakpad/breakpad.gyp:*', |
1663 '../courgette/courgette.gyp:*', | 1664 '../courgette/courgette.gyp:*', |
1664 '../gears/gears.gyp:*', | 1665 '../gears/gears.gyp:*', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1924 }], # targets | 1925 }], # targets |
1925 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1926 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1926 ], # 'conditions' | 1927 ], # 'conditions' |
1927 } | 1928 } |
1928 | 1929 |
1929 # Local Variables: | 1930 # Local Variables: |
1930 # tab-width:2 | 1931 # tab-width:2 |
1931 # indent-tabs-mode:nil | 1932 # indent-tabs-mode:nil |
1932 # End: | 1933 # End: |
1933 # vim: set expandtab tabstop=2 shiftwidth=2: | 1934 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |