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

Side by Side Diff: build/all.gyp

Issue 101503002: Build components.gyp:* and components_test.gyp:* on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 7 years 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_browser.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 '../chrome/chrome.gyp:*', 14 '../chrome/chrome.gyp:*',
15 '../components/components.gyp:*',
16 '../components/components_tests.gyp:*',
15 '../content/content.gyp:*', 17 '../content/content.gyp:*',
16 '../content/content_shell_and_tests.gyp:*', 18 '../content/content_shell_and_tests.gyp:*',
17 '../crypto/crypto.gyp:*', 19 '../crypto/crypto.gyp:*',
18 '../net/net.gyp:*', 20 '../net/net.gyp:*',
19 '../sdch/sdch.gyp:*', 21 '../sdch/sdch.gyp:*',
20 '../sql/sql.gyp:*', 22 '../sql/sql.gyp:*',
21 '../sync/sync.gyp:*', 23 '../sync/sync.gyp:*',
22 '../testing/gmock.gyp:*', 24 '../testing/gmock.gyp:*',
23 '../testing/gtest.gyp:*', 25 '../testing/gtest.gyp:*',
24 '../third_party/icu/icu.gyp:*', 26 '../third_party/icu/icu.gyp:*',
25 '../third_party/libxml/libxml.gyp:*', 27 '../third_party/libxml/libxml.gyp:*',
26 '../third_party/sqlite/sqlite.gyp:*', 28 '../third_party/sqlite/sqlite.gyp:*',
27 '../third_party/zlib/zlib.gyp:*', 29 '../third_party/zlib/zlib.gyp:*',
28 '../ui/accessibility/accessibility.gyp:*', 30 '../ui/accessibility/accessibility.gyp:*',
29 '../ui/snapshot/snapshot.gyp:*', 31 '../ui/snapshot/snapshot.gyp:*',
30 '../ui/ui.gyp:*', 32 '../ui/ui.gyp:*',
31 '../url/url.gyp:*', 33 '../url/url.gyp:*',
32 ], 34 ],
33 'conditions': [ 35 'conditions': [
34 ['OS!="ios"', { 36 ['OS!="ios"', {
35 'dependencies': [ 37 'dependencies': [
36 '../cc/cc_tests.gyp:*', 38 '../cc/cc_tests.gyp:*',
37 '../components/components.gyp:*',
38 '../components/components_tests.gyp:*',
39 '../device/bluetooth/bluetooth.gyp:*', 39 '../device/bluetooth/bluetooth.gyp:*',
40 '../device/device_tests.gyp:*', 40 '../device/device_tests.gyp:*',
41 '../device/usb/usb.gyp:*', 41 '../device/usb/usb.gyp:*',
42 '../gin/gin.gyp:*', 42 '../gin/gin.gyp:*',
43 '../gpu/gpu.gyp:*', 43 '../gpu/gpu.gyp:*',
44 '../gpu/tools/tools.gyp:*', 44 '../gpu/tools/tools.gyp:*',
45 '../ipc/ipc.gyp:*', 45 '../ipc/ipc.gyp:*',
46 '../jingle/jingle.gyp:*', 46 '../jingle/jingle.gyp:*',
47 '../media/cast/cast.gyp:*', 47 '../media/cast/cast.gyp:*',
48 '../media/media.gyp:*', 48 '../media/media.gyp:*',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 '../chrome/installer/mini_installer_syzygy.gyp:*', 219 '../chrome/installer/mini_installer_syzygy.gyp:*',
220 ], 220 ],
221 }], 221 }],
222 ], 222 ],
223 }, # target_name: All_syzygy 223 }, # target_name: All_syzygy
224 { 224 {
225 'target_name': 'chromium_builder_tests', 225 'target_name': 'chromium_builder_tests',
226 'type': 'none', 226 'type': 'none',
227 'dependencies': [ 227 'dependencies': [
228 '../base/base.gyp:base_unittests', 228 '../base/base.gyp:base_unittests',
229 '../components/components_tests.gyp:components_unittests',
229 '../crypto/crypto.gyp:crypto_unittests', 230 '../crypto/crypto.gyp:crypto_unittests',
230 '../net/net.gyp:net_unittests', 231 '../net/net.gyp:net_unittests',
231 '../sql/sql.gyp:sql_unittests', 232 '../sql/sql.gyp:sql_unittests',
233 '../sync/sync.gyp:sync_unit_tests',
232 '../ui/ui_unittests.gyp:ui_unittests', 234 '../ui/ui_unittests.gyp:ui_unittests',
233 '../url/url.gyp:url_unittests', 235 '../url/url.gyp:url_unittests',
234 ], 236 ],
235 'conditions': [ 237 'conditions': [
236 ['OS!="ios"', { 238 ['OS!="ios"', {
237 'dependencies': [ 239 'dependencies': [
238 '../cc/cc_tests.gyp:cc_unittests', 240 '../cc/cc_tests.gyp:cc_unittests',
239 '../chrome/chrome.gyp:browser_tests', 241 '../chrome/chrome.gyp:browser_tests',
240 '../chrome/chrome.gyp:chromedriver_tests', 242 '../chrome/chrome.gyp:chromedriver_tests',
241 '../chrome/chrome.gyp:chromedriver_unittests', 243 '../chrome/chrome.gyp:chromedriver_unittests',
242 # TODO(kkania): Remove these after infra no longer depends on them. 244 # TODO(kkania): Remove these after infra no longer depends on them.
243 '../chrome/chrome.gyp:chromedriver2_unittests', 245 '../chrome/chrome.gyp:chromedriver2_unittests',
244 '../chrome/chrome.gyp:interactive_ui_tests', 246 '../chrome/chrome.gyp:interactive_ui_tests',
245 '../chrome/chrome.gyp:sync_integration_tests', 247 '../chrome/chrome.gyp:sync_integration_tests',
246 '../chrome/chrome.gyp:unit_tests', 248 '../chrome/chrome.gyp:unit_tests',
247 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 249 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
248 '../components/components_tests.gyp:components_unittests',
249 '../content/content_shell_and_tests.gyp:content_browsertests', 250 '../content/content_shell_and_tests.gyp:content_browsertests',
250 '../content/content_shell_and_tests.gyp:content_shell', 251 '../content/content_shell_and_tests.gyp:content_shell',
251 '../content/content_shell_and_tests.gyp:content_unittests', 252 '../content/content_shell_and_tests.gyp:content_unittests',
252 '../device/device_tests.gyp:device_unittests', 253 '../device/device_tests.gyp:device_unittests',
253 '../gin/gin.gyp:gin_unittests', 254 '../gin/gin.gyp:gin_unittests',
254 '../google_apis/google_apis.gyp:google_apis_unittests', 255 '../google_apis/google_apis.gyp:google_apis_unittests',
255 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 256 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
256 '../gpu/gpu.gyp:gpu_unittests', 257 '../gpu/gpu.gyp:gpu_unittests',
257 '../ipc/ipc.gyp:ipc_tests', 258 '../ipc/ipc.gyp:ipc_tests',
258 '../jingle/jingle.gyp:jingle_unittests', 259 '../jingle/jingle.gyp:jingle_unittests',
259 '../media/media.gyp:media_unittests', 260 '../media/media.gyp:media_unittests',
260 '../mojo/mojo.gyp:mojo', 261 '../mojo/mojo.gyp:mojo',
261 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 262 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
262 '../remoting/remoting.gyp:remoting_unittests', 263 '../remoting/remoting.gyp:remoting_unittests',
263 '../sync/sync.gyp:sync_unit_tests',
264 '../third_party/WebKit/public/all.gyp:all_blink', 264 '../third_party/WebKit/public/all.gyp:all_blink',
265 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 265 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 267 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
268 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 268 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
269 ], 269 ],
270 }], 270 }],
271 ['OS=="win"', { 271 ['OS=="win"', {
272 'dependencies': [ 272 'dependencies': [
273 '../chrome/chrome.gyp:crash_service', 273 '../chrome/chrome.gyp:crash_service',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 '../chrome/chrome.gyp:interactive_ui_tests_run', 1085 '../chrome/chrome.gyp:interactive_ui_tests_run',
1086 '../chrome/chrome.gyp:sync_integration_tests_run', 1086 '../chrome/chrome.gyp:sync_integration_tests_run',
1087 '../chrome/chrome.gyp:unit_tests_run', 1087 '../chrome/chrome.gyp:unit_tests_run',
1088 '../net/net.gyp:net_unittests_run', 1088 '../net/net.gyp:net_unittests_run',
1089 ], 1089 ],
1090 }, # target_name: chromium_swarm_tests 1090 }, # target_name: chromium_swarm_tests
1091 ], 1091 ],
1092 }], 1092 }],
1093 ], # conditions 1093 ], # conditions
1094 } 1094 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698