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

Side by Side Diff: testing/buildbot/chromium.webkit.json

Issue 1106853002: Update lists of compile targets for the GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove nacl_loader_unttests from dbg bots 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 | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "Android GN (dbg)": { 8 "Android GN (dbg)": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk" 10 "chrome_shell_apk"
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 ] 363 ]
364 }, 364 },
365 "Linux ChromiumOS Tests (dbg)(2)": { 365 "Linux ChromiumOS Tests (dbg)(2)": {
366 "gtest_tests": [] 366 "gtest_tests": []
367 }, 367 },
368 "Linux ChromiumOS Tests (dbg)(3)": { 368 "Linux ChromiumOS Tests (dbg)(3)": {
369 "gtest_tests": [] 369 "gtest_tests": []
370 }, 370 },
371 "Linux GN": { 371 "Linux GN": {
372 "additional_compile_targets": [ 372 "additional_compile_targets": [
373 "all" 373 "accessibility_unittests",
374 "app_list_unittests",
375 "aura_unittests",
376 "browser_tests",
377 "cacheinvalidation_unittests",
378 "cast_unittests",
379 "cc_unittests",
380 "chromedriver_unittests",
381 "components_browsertests",
382 "components_unittests",
383 "content_browsertests",
384 "content_unittests",
385 "crypto_unittests",
386 "dbus_unittests",
387 "device_unittests",
388 "display_unittests",
389 "events_unittests",
390 "extensions_browsertests",
391 "extensions_unittests",
392 "gcm_unit_tests",
393 "gfx_unittests",
394 "gn_unittests",
395 "google_apis_unittests",
396 "gpu_unittests",
397 "interactive_ui_tests",
398 "ipc_mojo_unittests",
399 "ipc_tests",
400 "jingle_unittests",
401 "media_unittests",
402 "mojo_common_unittests",
403 "mojo_public_bindings_unittests",
404 "mojo_public_environment_unittests",
405 "mojo_public_system_unittests",
406 "mojo_public_utility_unittests",
407 "mojo_system_unittests",
408 "nacl_loader_unittests",
409 "net_unittests",
410 "ppapi_unittests",
411 "printing_unittests",
412 "remoting_unittests",
413 "sandbox_linux_unittests",
414 "skia_unittests",
415 "sql_unittests",
416 "sync_integration_tests",
417 "sync_unit_tests",
418 "ui_base_unittests",
419 "ui_touch_selection_unittests",
420 "unit_tests",
421 "url_unittests",
422 "views_unittests",
423 "wm_unittests"
374 ], 424 ],
375 "gtest_tests": [ 425 "gtest_tests": [
376 { 426 {
377 "test": "base_unittests" 427 "test": "base_unittests"
378 } 428 }
379 ] 429 ]
380 }, 430 },
381 "Linux GN (dbg)": { 431 "Linux GN (dbg)": {
382 "additional_compile_targets": [ 432 "additional_compile_targets": [
383 "all" 433 "accessibility_unittests",
434 "app_list_unittests",
435 "aura_unittests",
436 "browser_tests",
437 "cacheinvalidation_unittests",
438 "cast_unittests",
439 "cc_unittests",
440 "chromedriver_unittests",
441 "components_browsertests",
442 "components_unittests",
443 "content_browsertests",
444 "content_unittests",
445 "crypto_unittests",
446 "dbus_unittests",
447 "device_unittests",
448 "display_unittests",
449 "events_unittests",
450 "extensions_browsertests",
451 "extensions_unittests",
452 "gcm_unit_tests",
453 "gfx_unittests",
454 "gn_unittests",
455 "google_apis_unittests",
456 "gpu_unittests",
457 "interactive_ui_tests",
458 "ipc_mojo_unittests",
459 "ipc_tests",
460 "jingle_unittests",
461 "media_unittests",
462 "mojo_common_unittests",
463 "mojo_public_bindings_unittests",
464 "mojo_public_environment_unittests",
465 "mojo_public_system_unittests",
466 "mojo_public_utility_unittests",
467 "mojo_system_unittests",
468 "nacl_loader_unittests",
469 "net_unittests",
470 "ppapi_unittests",
471 "printing_unittests",
472 "remoting_unittests",
473 "sandbox_linux_unittests",
474 "skia_unittests",
475 "sql_unittests",
476 "sync_integration_tests",
477 "sync_unit_tests",
478 "ui_base_unittests",
479 "ui_touch_selection_unittests",
480 "unit_tests",
481 "url_unittests",
482 "views_unittests",
483 "wm_unittests"
384 ], 484 ],
385 "gtest_tests": [ 485 "gtest_tests": [
386 { 486 {
387 "test": "base_unittests" 487 "test": "base_unittests"
388 } 488 }
389 ] 489 ]
390 }, 490 },
391 "WebKit Linux": { 491 "WebKit Linux": {
392 "gtest_tests": [ 492 "gtest_tests": [
393 { 493 {
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 "name": "webkit_lint", 1028 "name": "webkit_lint",
929 "script": "webkit_lint.py" 1029 "script": "webkit_lint.py"
930 }, 1030 },
931 { 1031 {
932 "name": "webkit_python_tests", 1032 "name": "webkit_python_tests",
933 "script": "webkit_python_tests.py" 1033 "script": "webkit_python_tests.py"
934 } 1034 }
935 ] 1035 ]
936 } 1036 }
937 } 1037 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698