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

Side by Side Diff: build/all.gyp

Issue 4855001: Add qcms library for applying ICC color profile transforms to images. This... (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | chrome/chrome.gyp » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 25 matching lines...) Expand all
36 '../third_party/libjpeg/libjpeg.gyp:*', 36 '../third_party/libjpeg/libjpeg.gyp:*',
37 '../third_party/libpng/libpng.gyp:*', 37 '../third_party/libpng/libpng.gyp:*',
38 '../third_party/libwebp/libwebp.gyp:*', 38 '../third_party/libwebp/libwebp.gyp:*',
39 '../third_party/libxml/libxml.gyp:*', 39 '../third_party/libxml/libxml.gyp:*',
40 '../third_party/libxslt/libxslt.gyp:*', 40 '../third_party/libxslt/libxslt.gyp:*',
41 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 41 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
42 '../third_party/mesa/mesa.gyp:*', 42 '../third_party/mesa/mesa.gyp:*',
43 '../third_party/modp_b64/modp_b64.gyp:*', 43 '../third_party/modp_b64/modp_b64.gyp:*',
44 '../third_party/npapi/npapi.gyp:*', 44 '../third_party/npapi/npapi.gyp:*',
45 '../third_party/ots/ots.gyp:*', 45 '../third_party/ots/ots.gyp:*',
46 '../third_party/qcms/qcms.gyp:*',
46 '../third_party/sqlite/sqlite.gyp:*', 47 '../third_party/sqlite/sqlite.gyp:*',
47 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', 48 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
48 '../third_party/zlib/zlib.gyp:*', 49 '../third_party/zlib/zlib.gyp:*',
49 '../webkit/support/webkit_support.gyp:*', 50 '../webkit/support/webkit_support.gyp:*',
50 '../webkit/webkit.gyp:*', 51 '../webkit/webkit.gyp:*',
51 'util/build_util.gyp:*', 52 'util/build_util.gyp:*',
52 'temp_gyp/googleurl.gyp:*', 53 'temp_gyp/googleurl.gyp:*',
53 ], 54 ],
54 'conditions': [ 55 'conditions': [
55 ['javascript_engine=="v8"', { 56 ['javascript_engine=="v8"', {
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 ], # targets 423 ], # targets
423 }], # "chromeos==1" 424 }], # "chromeos==1"
424 ], # conditions 425 ], # conditions
425 } 426 }
426 427
427 # Local Variables: 428 # Local Variables:
428 # tab-width:2 429 # tab-width:2
429 # indent-tabs-mode:nil 430 # indent-tabs-mode:nil
430 # End: 431 # End:
431 # vim: set expandtab tabstop=2 shiftwidth=2: 432 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698