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

Side by Side Diff: chrome/chrome.gyp

Issue 4244005: iccjpeg library (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/iccjpeg/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 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
1624 '../ppapi/ppapi.gyp:*', 1624 '../ppapi/ppapi.gyp:*',
1625 '../printing/printing.gyp:*', 1625 '../printing/printing.gyp:*',
1626 '../sdch/sdch.gyp:*', 1626 '../sdch/sdch.gyp:*',
1627 '../skia/skia.gyp:*', 1627 '../skia/skia.gyp:*',
1628 '../testing/gmock.gyp:*', 1628 '../testing/gmock.gyp:*',
1629 '../testing/gtest.gyp:*', 1629 '../testing/gtest.gyp:*',
1630 '../third_party/bsdiff/bsdiff.gyp:*', 1630 '../third_party/bsdiff/bsdiff.gyp:*',
1631 '../third_party/bspatch/bspatch.gyp:*', 1631 '../third_party/bspatch/bspatch.gyp:*',
1632 '../third_party/bzip2/bzip2.gyp:*', 1632 '../third_party/bzip2/bzip2.gyp:*',
1633 '../third_party/codesighs/codesighs.gyp:*', 1633 '../third_party/codesighs/codesighs.gyp:*',
1634 '../third_party/iccjpeg/iccjpeg.gyp:*',
1634 '../third_party/icu/icu.gyp:*', 1635 '../third_party/icu/icu.gyp:*',
1635 '../third_party/libjpeg/libjpeg.gyp:*', 1636 '../third_party/libjpeg/libjpeg.gyp:*',
1637 '../third_party/libpng/libpng.gyp:*',
1636 '../third_party/libwebp/libwebp.gyp:*', 1638 '../third_party/libwebp/libwebp.gyp:*',
1637 '../third_party/libpng/libpng.gyp:*',
1638 '../third_party/libxslt/libxslt.gyp:*', 1639 '../third_party/libxslt/libxslt.gyp:*',
1639 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 1640 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
1640 '../third_party/modp_b64/modp_b64.gyp:*', 1641 '../third_party/modp_b64/modp_b64.gyp:*',
1641 '../third_party/npapi/npapi.gyp:*', 1642 '../third_party/npapi/npapi.gyp:*',
1642 '../third_party/sqlite/sqlite.gyp:*', 1643 '../third_party/sqlite/sqlite.gyp:*',
1643 '../third_party/zlib/zlib.gyp:*', 1644 '../third_party/zlib/zlib.gyp:*',
1644 '../webkit/support/webkit_support.gyp:*', 1645 '../webkit/support/webkit_support.gyp:*',
1645 '../webkit/webkit.gyp:*', 1646 '../webkit/webkit.gyp:*',
1646 1647
1647 '../build/temp_gyp/googleurl.gyp:*', 1648 '../build/temp_gyp/googleurl.gyp:*',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 }], # targets 2011 }], # targets
2011 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 2012 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
2012 ], # 'conditions' 2013 ], # 'conditions'
2013 } 2014 }
2014 2015
2015 # Local Variables: 2016 # Local Variables:
2016 # tab-width:2 2017 # tab-width:2
2017 # indent-tabs-mode:nil 2018 # indent-tabs-mode:nil
2018 # End: 2019 # End:
2019 # vim: set expandtab tabstop=2 shiftwidth=2: 2020 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | third_party/iccjpeg/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698