Chromium Code Reviews| 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...) Expand 10 before | Expand all | Expand 10 after 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', | |
| 324 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 318 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 325 '../content/content_shell_and_tests.gyp:content_browsertests', | 319 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 326 '../content/content_shell_and_tests.gyp:content_shell', | 320 '../content/content_shell_and_tests.gyp:content_shell', |
| 327 '../content/content_shell_and_tests.gyp:content_unittests', | 321 '../content/content_shell_and_tests.gyp:content_unittests', |
| 328 '../device/device_tests.gyp:device_unittests', | 322 '../device/device_tests.gyp:device_unittests', |
| 329 '../extensions/extensions_tests.gyp:extensions_browsertests', | |
| 330 '../extensions/extensions_tests.gyp:extensions_unittests', | |
| 331 '../gin/gin.gyp:gin_unittests', | 323 '../gin/gin.gyp:gin_unittests', |
| 332 '../google_apis/google_apis.gyp:google_apis_unittests', | 324 '../google_apis/google_apis.gyp:google_apis_unittests', |
| 333 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', | 325 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', |
| 334 '../gpu/gpu.gyp:gpu_unittests', | 326 '../gpu/gpu.gyp:gpu_unittests', |
| 335 '../ipc/ipc.gyp:ipc_tests', | 327 '../ipc/ipc.gyp:ipc_tests', |
| 336 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', | 328 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', |
| 337 '../jingle/jingle.gyp:jingle_unittests', | 329 '../jingle/jingle.gyp:jingle_unittests', |
| 338 '../media/cast/cast.gyp:cast_unittests', | 330 '../media/cast/cast.gyp:cast_unittests', |
| 339 '../media/media.gyp:media_unittests', | 331 '../media/media.gyp:media_unittests', |
| 340 '../mojo/mojo.gyp:mojo', | 332 '../mojo/mojo.gyp:mojo', |
| 341 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 333 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 342 '../remoting/remoting.gyp:remoting_unittests', | 334 '../remoting/remoting.gyp:remoting_unittests', |
| 343 '../third_party/WebKit/public/all.gyp:all_blink', | 335 '../third_party/WebKit/public/all.gyp:all_blink', |
| 344 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 336 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
| 345 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 337 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
| 346 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 338 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
| 347 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 339 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
| 348 '../tools/telemetry/telemetry.gyp:*', | 340 '../tools/telemetry/telemetry.gyp:*', |
| 349 ], | 341 ], |
| 350 }], | 342 }], |
| 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 }], | |
| 351 ['OS=="win"', { | 355 ['OS=="win"', { |
| 352 'dependencies': [ | 356 'dependencies': [ |
| 353 '../chrome/chrome.gyp:app_installer', | 357 '../chrome/chrome.gyp:app_installer', |
| 354 '../chrome/chrome.gyp:app_installer_unittests', | 358 '../chrome/chrome.gyp:app_installer_unittests', |
| 355 '../chrome/chrome.gyp:crash_service', | 359 '../chrome/chrome.gyp:crash_service', |
| 356 '../chrome/chrome.gyp:installer_util_unittests', | 360 '../chrome/chrome.gyp:installer_util_unittests', |
| 357 # ../chrome/test/mini_installer requires mini_installer. | 361 # ../chrome/test/mini_installer requires mini_installer. |
| 358 '../chrome/installer/mini_installer.gyp:mini_installer', | 362 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 359 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 363 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 360 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 364 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 409 '../dbus/dbus.gyp:dbus_unittests', | 413 '../dbus/dbus.gyp:dbus_unittests', |
| 410 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 414 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 411 ], | 415 ], |
| 412 }], | 416 }], |
| 413 ['OS=="mac"', { | 417 ['OS=="mac"', { |
| 414 'dependencies': [ | 418 'dependencies': [ |
| 415 '../ui/app_list/app_list.gyp:app_list_unittests', | 419 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 416 '../ui/message_center/message_center.gyp:*', | 420 '../ui/message_center/message_center.gyp:*', |
| 417 ], | 421 ], |
| 418 }], | 422 }], |
| 419 ['test_isolation_mode != "noop"', { | 423 ['test_isolation_mode != "noop" and chromecast==0', { |
|
Nico
2015/03/31 16:27:19
Does chromecast not support running tests on swarm
gunsch
2015/03/31 16:34:41
chromium_swarm_tests shouldn't be the issue---but
| |
| 420 'dependencies': [ | 424 'dependencies': [ |
| 421 'chromium_swarm_tests', | 425 'chromium_swarm_tests', |
| 422 ], | 426 ], |
| 423 }], | 427 }], |
| 424 ['OS!="android"', { | 428 ['OS!="android"', { |
| 425 'dependencies': [ | 429 'dependencies': [ |
| 426 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 430 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 427 ], | 431 ], |
| 428 }], | 432 }], |
| 429 ['enable_basic_printing==1 or enable_print_preview==1', { | 433 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 430 'dependencies': [ | 434 'dependencies': [ |
| 431 '../printing/printing.gyp:printing_unittests', | 435 '../printing/printing.gyp:printing_unittests', |
| 432 ], | 436 ], |
| 433 }], | 437 }], |
| 434 ['use_aura==1', { | 438 ['use_aura==1', { |
| 435 'dependencies': [ | 439 'dependencies': [ |
| 436 '../ui/app_list/app_list.gyp:app_list_unittests', | 440 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 437 '../ui/aura/aura.gyp:aura_unittests', | 441 '../ui/aura/aura.gyp:aura_unittests', |
| 438 '../ui/compositor/compositor.gyp:compositor_unittests', | 442 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 443 ], | |
| 444 }], | |
| 445 ['use_aura==1 and chromecast==0', { | |
| 446 'dependencies': [ | |
| 439 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 447 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 440 '../ui/views/views.gyp:views_unittests', | 448 '../ui/views/views.gyp:views_unittests', |
| 441 ], | 449 ], |
| 442 }], | 450 }], |
| 443 ['use_aura==1 or toolkit_views==1', { | 451 ['use_aura==1 or toolkit_views==1', { |
| 444 'dependencies': [ | 452 'dependencies': [ |
| 445 '../ui/events/events.gyp:events_unittests', | 453 '../ui/events/events.gyp:events_unittests', |
| 446 ], | 454 ], |
| 447 }], | 455 }], |
| 448 ['use_ash==1', { | 456 ['use_ash==1', { |
| (...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1333 'dependencies': [ | 1341 'dependencies': [ |
| 1334 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1342 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1335 '../ui/views/views.gyp:views', | 1343 '../ui/views/views.gyp:views', |
| 1336 '../ui/views/views.gyp:views_unittests', | 1344 '../ui/views/views.gyp:views_unittests', |
| 1337 ], | 1345 ], |
| 1338 }, # target_name: macviews_builder | 1346 }, # target_name: macviews_builder |
| 1339 ], # targets | 1347 ], # targets |
| 1340 }], # os=='mac' and toolkit_views==1 | 1348 }], # os=='mac' and toolkit_views==1 |
| 1341 ], # conditions | 1349 ], # conditions |
| 1342 } | 1350 } |
| OLD | NEW |