Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: chrome/chrome.gyp

Issue 5292007: Integrates libjpeg-turbo into Chromium (Chromium side)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | gfx/codec/jpeg_codec.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
1670 '<(libjpeg_gyp_path):*',
1671 ], 1671 ],
1672 'conditions': [ 1672 'conditions': [
1673 ['win_use_allocator_shim==1', { 1673 ['win_use_allocator_shim==1', {
1674 'dependencies': [ 1674 'dependencies': [
1675 '../base/allocator/allocator.gyp:*', 1675 '../base/allocator/allocator.gyp:*',
1676 ], 1676 ],
1677 }], 1677 }],
1678 ], 1678 ],
1679 }, 1679 },
1680 { 1680 {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 }], # targets 1927 }], # targets
1928 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1928 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1929 ], # 'conditions' 1929 ], # 'conditions'
1930 } 1930 }
1931 1931
1932 # Local Variables: 1932 # Local Variables:
1933 # tab-width:2 1933 # tab-width:2
1934 # indent-tabs-mode:nil 1934 # indent-tabs-mode:nil
1935 # End: 1935 # End:
1936 # vim: set expandtab tabstop=2 shiftwidth=2: 1936 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | gfx/codec/jpeg_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698