| 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 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1639 '../sdch/sdch.gyp:*', | 1639 '../sdch/sdch.gyp:*', |
| 1640 '../skia/skia.gyp:*', | 1640 '../skia/skia.gyp:*', |
| 1641 '../testing/gmock.gyp:*', | 1641 '../testing/gmock.gyp:*', |
| 1642 '../testing/gtest.gyp:*', | 1642 '../testing/gtest.gyp:*', |
| 1643 '../third_party/bsdiff/bsdiff.gyp:*', | 1643 '../third_party/bsdiff/bsdiff.gyp:*', |
| 1644 '../third_party/bspatch/bspatch.gyp:*', | 1644 '../third_party/bspatch/bspatch.gyp:*', |
| 1645 '../third_party/bzip2/bzip2.gyp:*', | 1645 '../third_party/bzip2/bzip2.gyp:*', |
| 1646 '../third_party/codesighs/codesighs.gyp:*', | 1646 '../third_party/codesighs/codesighs.gyp:*', |
| 1647 '../third_party/iccjpeg/iccjpeg.gyp:*', | 1647 '../third_party/iccjpeg/iccjpeg.gyp:*', |
| 1648 '../third_party/icu/icu.gyp:*', | 1648 '../third_party/icu/icu.gyp:*', |
| 1649 '../third_party/libjpeg/libjpeg.gyp:*', | |
| 1650 '../third_party/libpng/libpng.gyp:*', | 1649 '../third_party/libpng/libpng.gyp:*', |
| 1651 '../third_party/libwebp/libwebp.gyp:*', | 1650 '../third_party/libwebp/libwebp.gyp:*', |
| 1652 '../third_party/libxslt/libxslt.gyp:*', | 1651 '../third_party/libxslt/libxslt.gyp:*', |
| 1653 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 1652 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 1654 '../third_party/modp_b64/modp_b64.gyp:*', | 1653 '../third_party/modp_b64/modp_b64.gyp:*', |
| 1655 '../third_party/npapi/npapi.gyp:*', | 1654 '../third_party/npapi/npapi.gyp:*', |
| 1656 '../third_party/qcms/qcms.gyp:*', | 1655 '../third_party/qcms/qcms.gyp:*', |
| 1657 '../third_party/sqlite/sqlite.gyp:*', | 1656 '../third_party/sqlite/sqlite.gyp:*', |
| 1658 '../third_party/zlib/zlib.gyp:*', | 1657 '../third_party/zlib/zlib.gyp:*', |
| 1659 '../webkit/support/webkit_support.gyp:*', | 1658 '../webkit/support/webkit_support.gyp:*', |
| 1660 '../webkit/webkit.gyp:*', | 1659 '../webkit/webkit.gyp:*', |
| 1661 | 1660 |
| 1662 '../build/temp_gyp/googleurl.gyp:*', | 1661 '../build/temp_gyp/googleurl.gyp:*', |
| 1663 | 1662 |
| 1664 '../breakpad/breakpad.gyp:*', | 1663 '../breakpad/breakpad.gyp:*', |
| 1665 '../courgette/courgette.gyp:*', | 1664 '../courgette/courgette.gyp:*', |
| 1666 '../gears/gears.gyp:*', | 1665 '../gears/gears.gyp:*', |
| 1667 '../rlz/rlz.gyp:*', | 1666 '../rlz/rlz.gyp:*', |
| 1668 '../sandbox/sandbox.gyp:*', | 1667 '../sandbox/sandbox.gyp:*', |
| 1669 '../tools/memory_watcher/memory_watcher.gyp:*', | 1668 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 1670 '../v8/tools/gyp/v8.gyp:v8_shell', | 1669 '../v8/tools/gyp/v8.gyp:v8_shell', |
| 1671 ], | 1670 ], |
| 1672 'conditions': [ | 1671 'conditions': [ |
| 1673 ['win_use_allocator_shim==1', { | 1672 ['win_use_allocator_shim==1', { |
| 1674 'dependencies': [ | 1673 'dependencies': [ |
| 1675 '../base/allocator/allocator.gyp:*', | 1674 '../base/allocator/allocator.gyp:*', |
| 1676 ], | 1675 ], |
| 1677 }], | 1676 }], |
| 1677 ['libjpeg_turbo==1', { |
| 1678 'dependencies': [ |
| 1679 '../third_party/libjpeg_turbo/libjpeg.gyp:*', |
| 1680 ], |
| 1681 }, { |
| 1682 'dependencies': [ |
| 1683 '../third_party/libjpeg/libjpeg.gyp:*', |
| 1684 ], |
| 1685 }], |
| 1678 ], | 1686 ], |
| 1679 }, | 1687 }, |
| 1680 { | 1688 { |
| 1681 'target_name': 'chrome_dll_version', | 1689 'target_name': 'chrome_dll_version', |
| 1682 'type': 'none', | 1690 'type': 'none', |
| 1683 #'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', | 1691 #'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', |
| 1684 'dependencies': [ | 1692 'dependencies': [ |
| 1685 '../build/util/build_util.gyp:lastchange', | 1693 '../build/util/build_util.gyp:lastchange', |
| 1686 ], | 1694 ], |
| 1687 'direct_dependent_settings': { | 1695 'direct_dependent_settings': { |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1926 }], # targets | 1934 }], # targets |
| 1927 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1935 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1928 ], # 'conditions' | 1936 ], # 'conditions' |
| 1929 } | 1937 } |
| 1930 | 1938 |
| 1931 # Local Variables: | 1939 # Local Variables: |
| 1932 # tab-width:2 | 1940 # tab-width:2 |
| 1933 # indent-tabs-mode:nil | 1941 # indent-tabs-mode:nil |
| 1934 # End: | 1942 # End: |
| 1935 # vim: set expandtab tabstop=2 shiftwidth=2: | 1943 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |