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

Side by Side Diff: build/all.gyp

Issue 1043233002: Disable chromium_builder_tests entries for chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: condition individual tests in chromium_swarm_tests Created 5 years, 8 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 '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
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 }, 1304 },
1297 ], # targets 1305 ], # targets
1298 }], # "use_aura==1" 1306 }], # "use_aura==1"
1299 ['test_isolation_mode != "noop"', { 1307 ['test_isolation_mode != "noop"', {
1300 'targets': [ 1308 'targets': [
1301 { 1309 {
1302 'target_name': 'chromium_swarm_tests', 1310 'target_name': 'chromium_swarm_tests',
1303 'type': 'none', 1311 'type': 'none',
1304 'dependencies': [ 1312 'dependencies': [
1305 '../base/base.gyp:base_unittests_run', 1313 '../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',
1310 '../content/content_shell_and_tests.gyp:content_browsertests_run', 1314 '../content/content_shell_and_tests.gyp:content_browsertests_run',
1311 '../content/content_shell_and_tests.gyp:content_unittests_run', 1315 '../content/content_shell_and_tests.gyp:content_unittests_run',
1312 '../net/net.gyp:net_unittests_run', 1316 '../net/net.gyp:net_unittests_run',
1313 ], 1317 ],
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 ],
1314 }, # target_name: chromium_swarm_tests 1328 }, # target_name: chromium_swarm_tests
1315 ], 1329 ],
1316 }], 1330 }],
1317 ['archive_chromoting_tests==1', { 1331 ['archive_chromoting_tests==1', {
1318 'targets': [ 1332 'targets': [
1319 { 1333 {
1320 'target_name': 'chromoting_swarm_tests', 1334 'target_name': 'chromoting_swarm_tests',
1321 'type': 'none', 1335 'type': 'none',
1322 'dependencies': [ 1336 'dependencies': [
1323 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run', 1337 '../testing/chromoting/integration_tests.gyp:chromoting_integration_ tests_run',
1324 ], 1338 ],
1325 }, # target_name: chromoting_swarm_tests 1339 }, # target_name: chromoting_swarm_tests
1326 ] 1340 ]
1327 }], 1341 }],
1328 ['OS=="mac" and toolkit_views==1', { 1342 ['OS=="mac" and toolkit_views==1', {
1329 'targets': [ 1343 'targets': [
1330 { 1344 {
1331 'target_name': 'macviews_builder', 1345 'target_name': 'macviews_builder',
1332 'type': 'none', 1346 'type': 'none',
1333 'dependencies': [ 1347 'dependencies': [
1334 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1348 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1335 '../ui/views/views.gyp:views', 1349 '../ui/views/views.gyp:views',
1336 '../ui/views/views.gyp:views_unittests', 1350 '../ui/views/views.gyp:views_unittests',
1337 ], 1351 ],
1338 }, # target_name: macviews_builder 1352 }, # target_name: macviews_builder
1339 ], # targets 1353 ], # targets
1340 }], # os=='mac' and toolkit_views==1 1354 }], # os=='mac' and toolkit_views==1
1341 ], # conditions 1355 ], # conditions
1342 } 1356 }
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