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

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

Issue 1942473002: Eliminate mojo:resource_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 | « services/shell/shell.gyp ('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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "android_builder_tests" 4 "android_builder_tests"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 }, 957 },
958 "test": "printing_unittests" 958 "test": "printing_unittests"
959 }, 959 },
960 { 960 {
961 "swarming": { 961 "swarming": {
962 "can_use_on_swarming_builders": true 962 "can_use_on_swarming_builders": true
963 }, 963 },
964 "test": "remoting_unittests" 964 "test": "remoting_unittests"
965 }, 965 },
966 { 966 {
967 "test": "resource_provider_unittests"
968 },
969 {
970 "swarming": { 967 "swarming": {
971 "can_use_on_swarming_builders": true 968 "can_use_on_swarming_builders": true
972 }, 969 },
973 "test": "sandbox_linux_unittests" 970 "test": "sandbox_linux_unittests"
974 }, 971 },
975 { 972 {
976 "swarming": { 973 "swarming": {
977 "can_use_on_swarming_builders": true 974 "can_use_on_swarming_builders": true
978 }, 975 },
979 "test": "skia_unittests" 976 "test": "skia_unittests"
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "name": "nacl_integration", 1489 "name": "nacl_integration",
1493 "script": "nacl_integration.py" 1490 "script": "nacl_integration.py"
1494 } 1491 }
1495 ] 1492 ]
1496 }, 1493 },
1497 "Linux Tests (dbg)(1)(32)": { 1494 "Linux Tests (dbg)(1)(32)": {
1498 "gtest_tests": [], 1495 "gtest_tests": [],
1499 "scripts": [] 1496 "scripts": []
1500 } 1497 }
1501 } 1498 }
OLDNEW
« no previous file with comments | « services/shell/shell.gyp ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698