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

Side by Side Diff: chrome/chrome.gyp

Issue 3614010: Add WebP library to Chromium... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months 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/all.gyp ('k') | third_party/libwebp/LICENSE » ('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 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 '../sdch/sdch.gyp:*', 1616 '../sdch/sdch.gyp:*',
1617 '../skia/skia.gyp:*', 1617 '../skia/skia.gyp:*',
1618 '../testing/gmock.gyp:*', 1618 '../testing/gmock.gyp:*',
1619 '../testing/gtest.gyp:*', 1619 '../testing/gtest.gyp:*',
1620 '../third_party/bsdiff/bsdiff.gyp:*', 1620 '../third_party/bsdiff/bsdiff.gyp:*',
1621 '../third_party/bspatch/bspatch.gyp:*', 1621 '../third_party/bspatch/bspatch.gyp:*',
1622 '../third_party/bzip2/bzip2.gyp:*', 1622 '../third_party/bzip2/bzip2.gyp:*',
1623 '../third_party/codesighs/codesighs.gyp:*', 1623 '../third_party/codesighs/codesighs.gyp:*',
1624 '../third_party/icu/icu.gyp:*', 1624 '../third_party/icu/icu.gyp:*',
1625 '../third_party/libjpeg/libjpeg.gyp:*', 1625 '../third_party/libjpeg/libjpeg.gyp:*',
1626 '../third_party/libwebp/libwebp.gyp:*',
1626 '../third_party/libpng/libpng.gyp:*', 1627 '../third_party/libpng/libpng.gyp:*',
1627 '../third_party/libxslt/libxslt.gyp:*', 1628 '../third_party/libxslt/libxslt.gyp:*',
1628 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 1629 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
1629 '../third_party/modp_b64/modp_b64.gyp:*', 1630 '../third_party/modp_b64/modp_b64.gyp:*',
1630 '../third_party/npapi/npapi.gyp:*', 1631 '../third_party/npapi/npapi.gyp:*',
1631 '../third_party/ppapi/ppapi.gyp:*', 1632 '../third_party/ppapi/ppapi.gyp:*',
1632 '../third_party/sqlite/sqlite.gyp:*', 1633 '../third_party/sqlite/sqlite.gyp:*',
1633 '../third_party/zlib/zlib.gyp:*', 1634 '../third_party/zlib/zlib.gyp:*',
1634 '../webkit/support/webkit_support.gyp:*', 1635 '../webkit/support/webkit_support.gyp:*',
1635 '../webkit/webkit.gyp:*', 1636 '../webkit/webkit.gyp:*',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 }], # targets 2040 }], # targets
2040 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 2041 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
2041 ], # 'conditions' 2042 ], # 'conditions'
2042 } 2043 }
2043 2044
2044 # Local Variables: 2045 # Local Variables:
2045 # tab-width:2 2046 # tab-width:2
2046 # indent-tabs-mode:nil 2047 # indent-tabs-mode:nil
2047 # End: 2048 # End:
2048 # vim: set expandtab tabstop=2 shiftwidth=2: 2049 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | third_party/libwebp/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698