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

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

Issue 1691563002: [Android] Remove aura tester entry in chromium.android.json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 Aura Tester (dbg)": {
3 "gtest_tests": [
4 {
5 "test": "base_unittests"
6 },
7 {
8 "test": "compositor_unittests"
9 },
10 {
11 "test": "content_unittests"
12 }
13 ]
14 },
15 "Android GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
16 "additional_compile_targets": [ 3 "additional_compile_targets": [
17 "blimp_tests", 4 "blimp_tests",
18 "chrome_public_apk", 5 "chrome_public_apk",
19 "chrome_public_test_apk", 6 "chrome_public_test_apk",
20 "content_shell_apk", 7 "content_shell_apk",
21 "content_shell_test_apk", 8 "content_shell_test_apk",
22 "system_webview_apk" 9 "system_webview_apk"
23 ] 10 ]
24 }, 11 },
(...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 "apk_under_test": "Blimp.apk", 1304 "apk_under_test": "Blimp.apk",
1318 "override_compile_targets": [ 1305 "override_compile_targets": [
1319 "blimp_test_apk" 1306 "blimp_test_apk"
1320 ], 1307 ],
1321 "test": "blimp_test_apk", 1308 "test": "blimp_test_apk",
1322 "test_apk": "BlimpTest.apk" 1309 "test_apk": "BlimpTest.apk"
1323 } 1310 }
1324 ] 1311 ]
1325 } 1312 }
1326 } 1313 }
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