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

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

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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 | « mojo/tools/data/apptests ('k') | testing/buildbot/chromium.linux.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 Aura Tester (dbg)": { 2 "Android Aura Tester (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "base_unittests" 5 "test": "base_unittests"
6 }, 6 },
7 { 7 {
8 "test": "compositor_unittests" 8 "test": "compositor_unittests"
9 }, 9 },
10 { 10 {
11 "test": "content_unittests" 11 "test": "content_unittests"
12 } 12 }
13 ] 13 ]
14 }, 14 },
15 "Android GN Builder (dbg)": { 15 "Android GN Builder (dbg)": {
16 "additional_compile_targets": [ 16 "additional_compile_targets": [
17 "blimp_tests", 17 "blimp_tests",
18 "chrome_public_apk", 18 "chrome_public_apk",
19 "chrome_public_test_apk", 19 "chrome_public_test_apk",
20 "content_shell_apk", 20 "content_shell_apk",
21 "content_shell_test_apk", 21 "content_shell_test_apk",
22 "mandoline:all",
23 "system_webview_apk" 22 "system_webview_apk"
24 ] 23 ]
25 }, 24 },
26 "Android Swarm Builder": { 25 "Android Swarm Builder": {
27 "gtest_tests": [ 26 "gtest_tests": [
28 { 27 {
29 "swarming": { 28 "swarming": {
30 "can_use_on_swarming_builders": true, 29 "can_use_on_swarming_builders": true,
31 "dimension_sets": [ 30 "dimension_sets": [
32 { 31 {
(...skipping 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 }, 1237 },
1239 { 1238 {
1240 "args": [ 1239 "args": [
1241 "--isolate_file_path=src/chrome/unit_tests.isolate" 1240 "--isolate_file_path=src/chrome/unit_tests.isolate"
1242 ], 1241 ],
1243 "test": "unit_tests" 1242 "test": "unit_tests"
1244 } 1243 }
1245 ] 1244 ]
1246 } 1245 }
1247 } 1246 }
OLDNEW
« no previous file with comments | « mojo/tools/data/apptests ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698