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

Side by Side Diff: build/all.gyp

Issue 9910003: Revert 129510 - Adding qcms to use for handling ICC tagged images. This will be used by chromium we… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « no previous file | third_party/qcms/COPYING » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 29 matching lines...) Expand all
40 '../third_party/icu/icu.gyp:*', 40 '../third_party/icu/icu.gyp:*',
41 '../third_party/libpng/libpng.gyp:*', 41 '../third_party/libpng/libpng.gyp:*',
42 '../third_party/libwebp/libwebp.gyp:*', 42 '../third_party/libwebp/libwebp.gyp:*',
43 '../third_party/libxml/libxml.gyp:*', 43 '../third_party/libxml/libxml.gyp:*',
44 '../third_party/libxslt/libxslt.gyp:*', 44 '../third_party/libxslt/libxslt.gyp:*',
45 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 45 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
46 '../third_party/mesa/mesa.gyp:*', 46 '../third_party/mesa/mesa.gyp:*',
47 '../third_party/modp_b64/modp_b64.gyp:*', 47 '../third_party/modp_b64/modp_b64.gyp:*',
48 '../third_party/npapi/npapi.gyp:*', 48 '../third_party/npapi/npapi.gyp:*',
49 '../third_party/ots/ots.gyp:*', 49 '../third_party/ots/ots.gyp:*',
50 '../third_party/qcms/qcms.gyp:*',
51 '../third_party/sqlite/sqlite.gyp:*', 50 '../third_party/sqlite/sqlite.gyp:*',
52 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', 51 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
53 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtoo ls_zip', 52 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtoo ls_zip',
54 '../third_party/zlib/zlib.gyp:*', 53 '../third_party/zlib/zlib.gyp:*',
55 '../v8/tools/gyp/v8.gyp:*', 54 '../v8/tools/gyp/v8.gyp:*',
56 '../webkit/support/webkit_support.gyp:*', 55 '../webkit/support/webkit_support.gyp:*',
57 '../webkit/webkit.gyp:*', 56 '../webkit/webkit.gyp:*',
58 'util/build_util.gyp:*', 57 'util/build_util.gyp:*',
59 'temp_gyp/googleurl.gyp:*', 58 'temp_gyp/googleurl.gyp:*',
60 '<(libjpeg_gyp_path):*', 59 '<(libjpeg_gyp_path):*',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 '../chrome/chrome.gyp:ui_tests', 596 '../chrome/chrome.gyp:ui_tests',
598 '../ui/views/views.gyp:views_unittests', 597 '../ui/views/views.gyp:views_unittests',
599 ], 598 ],
600 }], 599 }],
601 ], 600 ],
602 }, 601 },
603 ], # targets 602 ], # targets
604 }], # "use_aura==1" 603 }], # "use_aura==1"
605 ], # conditions 604 ], # conditions
606 } 605 }
OLDNEW
« no previous file with comments | « no previous file | third_party/qcms/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698