OLD | NEW |
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 'variables': { | 6 'variables': { |
7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 297 matching lines...) Loading... |
308 'conditions': [ | 308 'conditions': [ |
309 ['OS!="ios" and OS!="mac"', { | 309 ['OS!="ios" and OS!="mac"', { |
310 'dependencies': [ | 310 'dependencies': [ |
311 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 311 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
312 ], | 312 ], |
313 }], | 313 }], |
314 ['OS!="ios" and OS!="android"', { | 314 ['OS!="ios" and OS!="android"', { |
315 'dependencies': [ | 315 'dependencies': [ |
316 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 316 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
317 '../cc/cc_tests.gyp:cc_unittests', | 317 '../cc/cc_tests.gyp:cc_unittests', |
| 318 '../chrome/chrome.gyp:browser_tests', |
| 319 '../chrome/chrome.gyp:chromedriver_tests', |
| 320 '../chrome/chrome.gyp:chromedriver_unittests', |
| 321 '../chrome/chrome.gyp:interactive_ui_tests', |
| 322 '../chrome/chrome.gyp:sync_integration_tests', |
| 323 '../chrome/chrome.gyp:unit_tests', |
318 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 324 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
319 '../content/content_shell_and_tests.gyp:content_browsertests', | 325 '../content/content_shell_and_tests.gyp:content_browsertests', |
320 '../content/content_shell_and_tests.gyp:content_shell', | 326 '../content/content_shell_and_tests.gyp:content_shell', |
321 '../content/content_shell_and_tests.gyp:content_unittests', | 327 '../content/content_shell_and_tests.gyp:content_unittests', |
322 '../device/device_tests.gyp:device_unittests', | 328 '../device/device_tests.gyp:device_unittests', |
| 329 '../extensions/extensions_tests.gyp:extensions_browsertests', |
| 330 '../extensions/extensions_tests.gyp:extensions_unittests', |
323 '../gin/gin.gyp:gin_unittests', | 331 '../gin/gin.gyp:gin_unittests', |
324 '../google_apis/google_apis.gyp:google_apis_unittests', | 332 '../google_apis/google_apis.gyp:google_apis_unittests', |
325 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 333 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
326 '../gpu/gpu.gyp:gpu_unittests', | 334 '../gpu/gpu.gyp:gpu_unittests', |
327 '../ipc/ipc.gyp:ipc_tests', | 335 '../ipc/ipc.gyp:ipc_tests', |
328 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', | 336 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', |
329 '../jingle/jingle.gyp:jingle_unittests', | 337 '../jingle/jingle.gyp:jingle_unittests', |
330 '../media/cast/cast.gyp:cast_unittests', | 338 '../media/cast/cast.gyp:cast_unittests', |
331 '../media/media.gyp:media_unittests', | 339 '../media/media.gyp:media_unittests', |
332 '../mojo/mojo.gyp:mojo', | 340 '../mojo/mojo.gyp:mojo', |
333 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 341 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
334 '../remoting/remoting.gyp:remoting_unittests', | 342 '../remoting/remoting.gyp:remoting_unittests', |
335 '../third_party/WebKit/public/all.gyp:all_blink', | 343 '../third_party/WebKit/public/all.gyp:all_blink', |
336 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 344 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
337 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 345 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
338 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 346 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
339 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 347 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
340 '../tools/telemetry/telemetry.gyp:*', | 348 '../tools/telemetry/telemetry.gyp:*', |
341 ], | 349 ], |
342 }], | 350 }], |
343 ['OS!="ios" and OS!="android" and chromecast==0', { | |
344 'dependencies': [ | |
345 '../chrome/chrome.gyp:browser_tests', | |
346 '../chrome/chrome.gyp:chromedriver_tests', | |
347 '../chrome/chrome.gyp:chromedriver_unittests', | |
348 '../chrome/chrome.gyp:interactive_ui_tests', | |
349 '../chrome/chrome.gyp:sync_integration_tests', | |
350 '../chrome/chrome.gyp:unit_tests', | |
351 '../extensions/extensions_tests.gyp:extensions_browsertests', | |
352 '../extensions/extensions_tests.gyp:extensions_unittests', | |
353 ], | |
354 }], | |
355 ['OS=="win"', { | 351 ['OS=="win"', { |
356 'dependencies': [ | 352 'dependencies': [ |
357 '../chrome/chrome.gyp:app_installer', | 353 '../chrome/chrome.gyp:app_installer', |
358 '../chrome/chrome.gyp:app_installer_unittests', | 354 '../chrome/chrome.gyp:app_installer_unittests', |
359 '../chrome/chrome.gyp:crash_service', | 355 '../chrome/chrome.gyp:crash_service', |
360 '../chrome/chrome.gyp:installer_util_unittests', | 356 '../chrome/chrome.gyp:installer_util_unittests', |
361 # ../chrome/test/mini_installer requires mini_installer. | 357 # ../chrome/test/mini_installer requires mini_installer. |
362 '../chrome/installer/mini_installer.gyp:mini_installer', | 358 '../chrome/installer/mini_installer.gyp:mini_installer', |
363 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 359 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
364 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 360 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
(...skipping 68 matching lines...) Loading... |
433 ['enable_basic_printing==1 or enable_print_preview==1', { | 429 ['enable_basic_printing==1 or enable_print_preview==1', { |
434 'dependencies': [ | 430 'dependencies': [ |
435 '../printing/printing.gyp:printing_unittests', | 431 '../printing/printing.gyp:printing_unittests', |
436 ], | 432 ], |
437 }], | 433 }], |
438 ['use_aura==1', { | 434 ['use_aura==1', { |
439 'dependencies': [ | 435 'dependencies': [ |
440 '../ui/app_list/app_list.gyp:app_list_unittests', | 436 '../ui/app_list/app_list.gyp:app_list_unittests', |
441 '../ui/aura/aura.gyp:aura_unittests', | 437 '../ui/aura/aura.gyp:aura_unittests', |
442 '../ui/compositor/compositor.gyp:compositor_unittests', | 438 '../ui/compositor/compositor.gyp:compositor_unittests', |
443 ], | |
444 }], | |
445 ['use_aura==1 and chromecast==0', { | |
446 'dependencies': [ | |
447 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 439 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
448 '../ui/views/views.gyp:views_unittests', | 440 '../ui/views/views.gyp:views_unittests', |
449 ], | 441 ], |
450 }], | 442 }], |
451 ['use_aura==1 or toolkit_views==1', { | 443 ['use_aura==1 or toolkit_views==1', { |
452 'dependencies': [ | 444 'dependencies': [ |
453 '../ui/events/events.gyp:events_unittests', | 445 '../ui/events/events.gyp:events_unittests', |
454 ], | 446 ], |
455 }], | 447 }], |
456 ['use_ash==1', { | 448 ['use_ash==1', { |
(...skipping 847 matching lines...) Loading... |
1304 }, | 1296 }, |
1305 ], # targets | 1297 ], # targets |
1306 }], # "use_aura==1" | 1298 }], # "use_aura==1" |
1307 ['test_isolation_mode != "noop"', { | 1299 ['test_isolation_mode != "noop"', { |
1308 'targets': [ | 1300 'targets': [ |
1309 { | 1301 { |
1310 'target_name': 'chromium_swarm_tests', | 1302 'target_name': 'chromium_swarm_tests', |
1311 'type': 'none', | 1303 'type': 'none', |
1312 'dependencies': [ | 1304 'dependencies': [ |
1313 '../base/base.gyp:base_unittests_run', | 1305 '../base/base.gyp:base_unittests_run', |
| 1306 '../chrome/chrome.gyp:browser_tests_run', |
| 1307 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1308 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1309 '../chrome/chrome.gyp:unit_tests_run', |
1314 '../content/content_shell_and_tests.gyp:content_browsertests_run', | 1310 '../content/content_shell_and_tests.gyp:content_browsertests_run', |
1315 '../content/content_shell_and_tests.gyp:content_unittests_run', | 1311 '../content/content_shell_and_tests.gyp:content_unittests_run', |
1316 '../net/net.gyp:net_unittests_run', | 1312 '../net/net.gyp:net_unittests_run', |
1317 ], | 1313 ], |
1318 'conditions': [ | |
1319 ['chromecast==0', { | |
1320 'dependencies': [ | |
1321 '../chrome/chrome.gyp:browser_tests_run', | |
1322 '../chrome/chrome.gyp:interactive_ui_tests_run', | |
1323 '../chrome/chrome.gyp:sync_integration_tests_run', | |
1324 '../chrome/chrome.gyp:unit_tests_run', | |
1325 ], | |
1326 }], | |
1327 ], | |
1328 }, # target_name: chromium_swarm_tests | 1314 }, # target_name: chromium_swarm_tests |
1329 ], | 1315 ], |
1330 }], | 1316 }], |
1331 ['archive_chromoting_tests==1', { | 1317 ['archive_chromoting_tests==1', { |
1332 'targets': [ | 1318 'targets': [ |
1333 { | 1319 { |
1334 'target_name': 'chromoting_swarm_tests', | 1320 'target_name': 'chromoting_swarm_tests', |
1335 'type': 'none', | 1321 'type': 'none', |
1336 'dependencies': [ | 1322 'dependencies': [ |
1337 '../testing/chromoting/integration_tests.gyp:chromoting_integration_
tests_run', | 1323 '../testing/chromoting/integration_tests.gyp:chromoting_integration_
tests_run', |
1338 ], | 1324 ], |
1339 }, # target_name: chromoting_swarm_tests | 1325 }, # target_name: chromoting_swarm_tests |
1340 ] | 1326 ] |
1341 }], | 1327 }], |
1342 ['OS=="mac" and toolkit_views==1', { | 1328 ['OS=="mac" and toolkit_views==1', { |
1343 'targets': [ | 1329 'targets': [ |
1344 { | 1330 { |
1345 'target_name': 'macviews_builder', | 1331 'target_name': 'macviews_builder', |
1346 'type': 'none', | 1332 'type': 'none', |
1347 'dependencies': [ | 1333 'dependencies': [ |
1348 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1334 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1349 '../ui/views/views.gyp:views', | 1335 '../ui/views/views.gyp:views', |
1350 '../ui/views/views.gyp:views_unittests', | 1336 '../ui/views/views.gyp:views_unittests', |
1351 ], | 1337 ], |
1352 }, # target_name: macviews_builder | 1338 }, # target_name: macviews_builder |
1353 ], # targets | 1339 ], # targets |
1354 }], # os=='mac' and toolkit_views==1 | 1340 }], # os=='mac' and toolkit_views==1 |
1355 ], # conditions | 1341 ], # conditions |
1356 } | 1342 } |
OLD | NEW |