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

Side by Side Diff: build/all.gyp

Issue 10787018: Add support for libxml as a system library target on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 5 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
« no previous file with comments | « no previous file | build/common.gypi » ('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,
11 'dependencies': [ 11 'dependencies': [
12 'some.gyp:*', 12 'some.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../testing/gtest.gyp:*', 14 '../testing/gtest.gyp:*',
15 '../third_party/icu/icu.gyp:*', 15 '../third_party/icu/icu.gyp:*',
16 '../third_party/libxml/libxml.gyp:*',
16 '../third_party/zlib/zlib.gyp:*', 17 '../third_party/zlib/zlib.gyp:*',
17 'temp_gyp/googleurl.gyp:*', 18 'temp_gyp/googleurl.gyp:*',
18 # Add new dependencies to the !ios section just below, not here (see 19 # Add new dependencies to the !ios section just below, not here (see
19 # the comment there). 20 # the comment there).
20 ], 21 ],
21 'conditions': [ 22 'conditions': [
22 # TODO(ios): This is temporary; currently almost nothing builds with 23 # TODO(ios): This is temporary; currently almost nothing builds with
23 # OS=ios. Move dependencies back to the main dependencies section above 24 # OS=ios. Move dependencies back to the main dependencies section above
24 # as gyp files come online. 25 # as gyp files come online.
25 ['OS!="ios"', { 26 ['OS!="ios"', {
(...skipping 18 matching lines...) Expand all
44 '../testing/gmock.gyp:*', 45 '../testing/gmock.gyp:*',
45 '../third_party/bzip2/bzip2.gyp:*', 46 '../third_party/bzip2/bzip2.gyp:*',
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
47 '../third_party/cld/cld.gyp:*', 48 '../third_party/cld/cld.gyp:*',
48 '../third_party/codesighs/codesighs.gyp:*', 49 '../third_party/codesighs/codesighs.gyp:*',
49 '../third_party/ffmpeg/ffmpeg.gyp:*', 50 '../third_party/ffmpeg/ffmpeg.gyp:*',
50 '../third_party/iccjpeg/iccjpeg.gyp:*', 51 '../third_party/iccjpeg/iccjpeg.gyp:*',
51 '../third_party/libpng/libpng.gyp:*', 52 '../third_party/libpng/libpng.gyp:*',
52 '../third_party/libusb/libusb.gyp:*', 53 '../third_party/libusb/libusb.gyp:*',
53 '../third_party/libwebp/libwebp.gyp:*', 54 '../third_party/libwebp/libwebp.gyp:*',
54 '../third_party/libxml/libxml.gyp:*',
55 '../third_party/libxslt/libxslt.gyp:*', 55 '../third_party/libxslt/libxslt.gyp:*',
56 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 56 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
57 '../third_party/mesa/mesa.gyp:*', 57 '../third_party/mesa/mesa.gyp:*',
58 '../third_party/modp_b64/modp_b64.gyp:*', 58 '../third_party/modp_b64/modp_b64.gyp:*',
59 '../third_party/npapi/npapi.gyp:*', 59 '../third_party/npapi/npapi.gyp:*',
60 '../third_party/ots/ots.gyp:*', 60 '../third_party/ots/ots.gyp:*',
61 '../third_party/qcms/qcms.gyp:*', 61 '../third_party/qcms/qcms.gyp:*',
62 '../third_party/sqlite/sqlite.gyp:*', 62 '../third_party/sqlite/sqlite.gyp:*',
63 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', 63 '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
64 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_de vtools_zip', 64 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_de vtools_zip',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'dependencies': [ 672 'dependencies': [
673 '../chromeos/chromeos.gyp:chromeos_unittests', 673 '../chromeos/chromeos.gyp:chromeos_unittests',
674 ], 674 ],
675 }], 675 }],
676 ], 676 ],
677 }, 677 },
678 ], # targets 678 ], # targets
679 }], # "use_aura==1" 679 }], # "use_aura==1"
680 ], # conditions 680 ], # conditions
681 } 681 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698