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

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

Issue 1141793003: Update from https://crrev.com/329939 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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.perf.json ('k') | testing/buildbot/chromium.webrtc.fyi.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": {
3 "additional_compile_targets": [
4 "chrome_shell_apk"
5 ],
6 "gtest_tests": []
7 },
8 "Android GN (dbg)": {
9 "additional_compile_targets": [
10 "chrome_shell_apk"
11 ],
12 "gtest_tests": []
13 },
14 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
15 "gtest_tests": [ 3 "gtest_tests": [
16 { 4 {
17 "swarming": { 5 "swarming": {
18 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
19 }, 7 },
20 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
21 }, 9 },
22 { 10 {
23 "swarming": { 11 "swarming": {
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "content_unittests", 378 "content_unittests",
391 "crypto_unittests", 379 "crypto_unittests",
392 "dbus_unittests", 380 "dbus_unittests",
393 "device_unittests", 381 "device_unittests",
394 "display_unittests", 382 "display_unittests",
395 "events_unittests", 383 "events_unittests",
396 "extensions_browsertests", 384 "extensions_browsertests",
397 "extensions_unittests", 385 "extensions_unittests",
398 "gcm_unit_tests", 386 "gcm_unit_tests",
399 "gfx_unittests", 387 "gfx_unittests",
388 "gl_unittests",
400 "gn_unittests", 389 "gn_unittests",
401 "google_apis_unittests", 390 "google_apis_unittests",
402 "gpu_unittests", 391 "gpu_unittests",
403 "interactive_ui_tests", 392 "interactive_ui_tests",
404 "ipc_mojo_unittests", 393 "ipc_mojo_unittests",
405 "ipc_tests", 394 "ipc_tests",
406 "jingle_unittests", 395 "jingle_unittests",
407 "media_unittests", 396 "media_unittests",
408 "mojo_common_unittests", 397 "mojo_common_unittests",
409 "mojo_public_bindings_unittests", 398 "mojo_public_bindings_unittests",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "content_unittests", 439 "content_unittests",
451 "crypto_unittests", 440 "crypto_unittests",
452 "dbus_unittests", 441 "dbus_unittests",
453 "device_unittests", 442 "device_unittests",
454 "display_unittests", 443 "display_unittests",
455 "events_unittests", 444 "events_unittests",
456 "extensions_browsertests", 445 "extensions_browsertests",
457 "extensions_unittests", 446 "extensions_unittests",
458 "gcm_unit_tests", 447 "gcm_unit_tests",
459 "gfx_unittests", 448 "gfx_unittests",
449 "gl_unittests",
460 "gn_unittests", 450 "gn_unittests",
461 "google_apis_unittests", 451 "google_apis_unittests",
462 "gpu_unittests", 452 "gpu_unittests",
463 "interactive_ui_tests", 453 "interactive_ui_tests",
464 "ipc_mojo_unittests", 454 "ipc_mojo_unittests",
465 "ipc_tests", 455 "ipc_tests",
466 "jingle_unittests", 456 "jingle_unittests",
467 "media_unittests", 457 "media_unittests",
468 "mojo_common_unittests", 458 "mojo_common_unittests",
469 "mojo_public_bindings_unittests", 459 "mojo_public_bindings_unittests",
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 "name": "webkit_lint", 1023 "name": "webkit_lint",
1034 "script": "webkit_lint.py" 1024 "script": "webkit_lint.py"
1035 }, 1025 },
1036 { 1026 {
1037 "name": "webkit_python_tests", 1027 "name": "webkit_python_tests",
1038 "script": "webkit_python_tests.py" 1028 "script": "webkit_python_tests.py"
1039 } 1029 }
1040 ] 1030 ]
1041 } 1031 }
1042 } 1032 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | testing/buildbot/chromium.webrtc.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698