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

Side by Side Diff: build/all.gyp

Issue 10832006: Enable more targets for iOS in all.gyp (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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 | no next file » | 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 '../sql/sql.gyp:*',
14 '../testing/gtest.gyp:*', 15 '../testing/gtest.gyp:*',
16 '../third_party/bzip2/bzip2.gyp:*',
15 '../third_party/icu/icu.gyp:*', 17 '../third_party/icu/icu.gyp:*',
16 '../third_party/libxml/libxml.gyp:*', 18 '../third_party/libxml/libxml.gyp:*',
19 '../third_party/sqlite/sqlite.gyp:*',
17 '../third_party/zlib/zlib.gyp:*', 20 '../third_party/zlib/zlib.gyp:*',
18 'temp_gyp/googleurl.gyp:*', 21 'temp_gyp/googleurl.gyp:*',
19 # Add new dependencies to the !ios section just below, not here (see 22 # Add new dependencies to the !ios section just below, not here (see
20 # the comment there). 23 # the comment there).
21 ], 24 ],
22 'conditions': [ 25 'conditions': [
23 # TODO(ios): This is temporary; currently almost nothing builds with 26 # TODO(ios): This is temporary; currently almost nothing builds with
24 # OS=ios. Move dependencies back to the main dependencies section above 27 # OS=ios. Move dependencies back to the main dependencies section above
25 # as gyp files come online. 28 # as gyp files come online.
26 ['OS!="ios"', { 29 ['OS!="ios"', {
27 'dependencies': [ 30 'dependencies': [
28 '../chrome/chrome.gyp:*', 31 '../chrome/chrome.gyp:*',
29 '../content/content.gyp:*', 32 '../content/content.gyp:*',
30 '../crypto/crypto.gyp:*', 33 '../crypto/crypto.gyp:*',
31 '../ui/ui.gyp:*', 34 '../ui/ui.gyp:*',
32 '../gpu/gpu.gyp:*', 35 '../gpu/gpu.gyp:*',
33 '../gpu/tools/tools.gyp:*', 36 '../gpu/tools/tools.gyp:*',
34 '../ipc/ipc.gyp:*', 37 '../ipc/ipc.gyp:*',
35 '../jingle/jingle.gyp:*', 38 '../jingle/jingle.gyp:*',
36 '../media/media.gyp:*', 39 '../media/media.gyp:*',
37 '../net/net.gyp:*', 40 '../net/net.gyp:*',
38 '../ppapi/ppapi.gyp:*', 41 '../ppapi/ppapi.gyp:*',
39 '../ppapi/ppapi_internal.gyp:*', 42 '../ppapi/ppapi_internal.gyp:*',
40 '../printing/printing.gyp:*', 43 '../printing/printing.gyp:*',
41 '../sdch/sdch.gyp:*', 44 '../sdch/sdch.gyp:*',
42 '../skia/skia.gyp:*', 45 '../skia/skia.gyp:*',
43 '../sql/sql.gyp:*',
44 '../sync/sync.gyp:*', 46 '../sync/sync.gyp:*',
45 '../testing/gmock.gyp:*', 47 '../testing/gmock.gyp:*',
46 '../third_party/bzip2/bzip2.gyp:*',
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
48 '../third_party/cld/cld.gyp:*', 49 '../third_party/cld/cld.gyp:*',
49 '../third_party/codesighs/codesighs.gyp:*', 50 '../third_party/codesighs/codesighs.gyp:*',
50 '../third_party/ffmpeg/ffmpeg.gyp:*', 51 '../third_party/ffmpeg/ffmpeg.gyp:*',
51 '../third_party/iccjpeg/iccjpeg.gyp:*', 52 '../third_party/iccjpeg/iccjpeg.gyp:*',
52 '../third_party/libpng/libpng.gyp:*', 53 '../third_party/libpng/libpng.gyp:*',
53 '../third_party/libusb/libusb.gyp:*', 54 '../third_party/libusb/libusb.gyp:*',
54 '../third_party/libwebp/libwebp.gyp:*', 55 '../third_party/libwebp/libwebp.gyp:*',
55 '../third_party/libxslt/libxslt.gyp:*', 56 '../third_party/libxslt/libxslt.gyp:*',
56 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 57 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
57 '../third_party/mesa/mesa.gyp:*', 58 '../third_party/mesa/mesa.gyp:*',
58 '../third_party/modp_b64/modp_b64.gyp:*', 59 '../third_party/modp_b64/modp_b64.gyp:*',
59 '../third_party/npapi/npapi.gyp:*', 60 '../third_party/npapi/npapi.gyp:*',
60 '../third_party/ots/ots.gyp:*', 61 '../third_party/ots/ots.gyp:*',
61 '../third_party/qcms/qcms.gyp:*', 62 '../third_party/qcms/qcms.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',
65 '../v8/tools/gyp/v8.gyp:*', 65 '../v8/tools/gyp/v8.gyp:*',
66 '../webkit/support/webkit_support.gyp:*', 66 '../webkit/support/webkit_support.gyp:*',
67 '../webkit/webkit.gyp:*', 67 '../webkit/webkit.gyp:*',
68 '<(libjpeg_gyp_path):*', 68 '<(libjpeg_gyp_path):*',
69 ], 69 ],
70 }], 70 }],
71 ['os_posix==1 and OS!="android" and OS!="ios"', { 71 ['os_posix==1 and OS!="android" and OS!="ios"', {
72 'dependencies': [ 72 'dependencies': [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 '../chrome/chrome.gyp:unit_tests_run', 192 '../chrome/chrome.gyp:unit_tests_run',
193 '../net/net.gyp:net_unittests_run', 193 '../net/net.gyp:net_unittests_run',
194 ], 194 ],
195 }], 195 }],
196 ], 196 ],
197 }, # target_name: chromium_swarm_tests 197 }, # target_name: chromium_swarm_tests
198 { 198 {
199 'target_name': 'chromium_builder_tests', 199 'target_name': 'chromium_builder_tests',
200 'type': 'none', 200 'type': 'none',
201 'dependencies': [ 201 'dependencies': [
202 '../base/base.gyp:base_unittests',
203 '../sql/sql.gyp:sql_unittests',
202 # Add new dependencies to the !ios section just below, not here (see 204 # Add new dependencies to the !ios section just below, not here (see
203 # the comment there). 205 # the comment there).
204 ], 206 ],
205 'conditions': [ 207 'conditions': [
206 ['OS!="ios"', { 208 ['OS!="ios"', {
207 'dependencies': [ 209 'dependencies': [
208 # TODO(ios): This is temporary; currently almost nothing builds with 210 # TODO(ios): This is temporary; currently almost nothing builds with
209 # OS=ios. Move dependencies back to the main dependencies section 211 # OS=ios. Move dependencies back to the main dependencies section
210 # above as gyp files come online. 212 # above as gyp files come online.
211 '../base/base.gyp:base_unittests',
212 '../chrome/chrome.gyp:browser_tests', 213 '../chrome/chrome.gyp:browser_tests',
213 '../chrome/chrome.gyp:interactive_ui_tests', 214 '../chrome/chrome.gyp:interactive_ui_tests',
214 '../chrome/chrome.gyp:safe_browsing_tests', 215 '../chrome/chrome.gyp:safe_browsing_tests',
215 '../chrome/chrome.gyp:sync_integration_tests', 216 '../chrome/chrome.gyp:sync_integration_tests',
216 '../chrome/chrome.gyp:unit_tests', 217 '../chrome/chrome.gyp:unit_tests',
217 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 218 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
218 '../content/content.gyp:content_browsertests', 219 '../content/content.gyp:content_browsertests',
219 '../content/content.gyp:content_unittests', 220 '../content/content.gyp:content_unittests',
220 '../crypto/crypto.gyp:crypto_unittests', 221 '../crypto/crypto.gyp:crypto_unittests',
221 '../ui/ui.gyp:gfx_unittests', 222 '../ui/ui.gyp:gfx_unittests',
222 '../gpu/gpu.gyp:gpu_unittests', 223 '../gpu/gpu.gyp:gpu_unittests',
223 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 224 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
224 '../ipc/ipc.gyp:ipc_tests', 225 '../ipc/ipc.gyp:ipc_tests',
225 '../jingle/jingle.gyp:jingle_unittests', 226 '../jingle/jingle.gyp:jingle_unittests',
226 '../media/media.gyp:media_unittests', 227 '../media/media.gyp:media_unittests',
227 '../net/net.gyp:net_unittests', 228 '../net/net.gyp:net_unittests',
228 '../printing/printing.gyp:printing_unittests', 229 '../printing/printing.gyp:printing_unittests',
229 '../remoting/remoting.gyp:remoting_unittests', 230 '../remoting/remoting.gyp:remoting_unittests',
230 '../sql/sql.gyp:sql_unittests',
231 '../sync/sync.gyp:sync_unit_tests', 231 '../sync/sync.gyp:sync_unit_tests',
232 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 232 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
233 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 233 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
234 'temp_gyp/googleurl.gyp:googleurl_unittests', 234 'temp_gyp/googleurl.gyp:googleurl_unittests',
235 ], 235 ],
236 }], 236 }],
237 ['OS=="win"', { 237 ['OS=="win"', {
238 'dependencies': [ 238 'dependencies': [
239 '../chrome/chrome.gyp:installer_util_unittests', 239 '../chrome/chrome.gyp:installer_util_unittests',
240 '../chrome/chrome.gyp:mini_installer_test', 240 '../chrome/chrome.gyp:mini_installer_test',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'dependencies': [ 687 'dependencies': [
688 '../chromeos/chromeos.gyp:chromeos_unittests', 688 '../chromeos/chromeos.gyp:chromeos_unittests',
689 ], 689 ],
690 }], 690 }],
691 ], 691 ],
692 }, 692 },
693 ], # targets 693 ], # targets
694 }], # "use_aura==1" 694 }], # "use_aura==1"
695 ], # conditions 695 ], # conditions
696 } 696 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698