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

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

Issue 1405253008: Removes gtest config from //testing/buildbot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 Builder (dbg)": { 2 "Android Aura Builder (dbg)": {
3 "compile_targets": [ 3 "compile_targets": [
4 "compositor_unittests_apk" 4 "compositor_unittests_apk"
5 ] 5 ]
6 }, 6 },
7 "Android Aura Tester (dbg)": { 7 "Android Aura Tester (dbg)": {},
8 "gtest_tests": [
9 {
10 "test": "base_unittests"
11 }
12 ]
13 },
14 "Android GN Builder (dbg)": { 8 "Android GN Builder (dbg)": {
15 "additional_compile_targets": [ 9 "additional_compile_targets": [
16 "blimp_tests", 10 "blimp_tests",
17 "chrome_public_apk", 11 "chrome_public_apk",
18 "chrome_public_test_apk", 12 "chrome_public_test_apk",
19 "content_shell_apk", 13 "content_shell_apk",
20 "content_shell_test_apk", 14 "content_shell_test_apk",
21 "mandoline:all", 15 "mandoline:all",
22 "system_webview_apk" 16 "system_webview_apk"
23 ] 17 ]
24 } 18 }
25 } 19 }
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