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

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

Issue 1104913002: Do not build nacl_loader_unittests on the chromium.webkit Linux GN (dbg) bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 { 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "ipc_mojo_unittests", 458 "ipc_mojo_unittests",
459 "ipc_tests", 459 "ipc_tests",
460 "jingle_unittests", 460 "jingle_unittests",
461 "media_unittests", 461 "media_unittests",
462 "mojo_common_unittests", 462 "mojo_common_unittests",
463 "mojo_public_bindings_unittests", 463 "mojo_public_bindings_unittests",
464 "mojo_public_environment_unittests", 464 "mojo_public_environment_unittests",
465 "mojo_public_system_unittests", 465 "mojo_public_system_unittests",
466 "mojo_public_utility_unittests", 466 "mojo_public_utility_unittests",
467 "mojo_system_unittests", 467 "mojo_system_unittests",
468 "nacl_loader_unittests",
469 "net_unittests", 468 "net_unittests",
470 "ppapi_unittests", 469 "ppapi_unittests",
471 "printing_unittests", 470 "printing_unittests",
472 "remoting_unittests", 471 "remoting_unittests",
473 "sandbox_linux_unittests", 472 "sandbox_linux_unittests",
474 "skia_unittests", 473 "skia_unittests",
475 "sql_unittests", 474 "sql_unittests",
476 "sync_integration_tests", 475 "sync_integration_tests",
477 "sync_unit_tests", 476 "sync_unit_tests",
478 "ui_base_unittests", 477 "ui_base_unittests",
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 "name": "webkit_lint", 1027 "name": "webkit_lint",
1029 "script": "webkit_lint.py" 1028 "script": "webkit_lint.py"
1030 }, 1029 },
1031 { 1030 {
1032 "name": "webkit_python_tests", 1031 "name": "webkit_python_tests",
1033 "script": "webkit_python_tests.py" 1032 "script": "webkit_python_tests.py"
1034 } 1033 }
1035 ] 1034 ]
1036 } 1035 }
1037 } 1036 }
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