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

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

Issue 1131443005: Build mandoline:all on Android GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « testing/buildbot/chromium.linux.json ('k') | 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_chromium_gn_compile_dbg": { 2 "android_chromium_gn_compile_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk",
5 "mandoline:all"
5 ], 6 ],
6 "gtest_tests": [] 7 "gtest_tests": []
7 }, 8 },
8 "android_chromium_gn_compile_rel": { 9 "android_chromium_gn_compile_rel": {
9 "additional_compile_targets": [ 10 "additional_compile_targets": [
10 "chrome_shell_apk" 11 "chrome_shell_apk",
12 "mandoline:all"
11 ], 13 ],
12 "gtest_tests": [] 14 "gtest_tests": []
13 }, 15 },
14 "linux_chromium_gn_chromeos_dbg": { 16 "linux_chromium_gn_chromeos_dbg": {
15 "additional_compile_targets": [ 17 "additional_compile_targets": [
16 "accessibility_unittests", 18 "accessibility_unittests",
17 "app_list_unittests", 19 "app_list_unittests",
18 "aura_unittests", 20 "aura_unittests",
19 "browser_tests", 21 "browser_tests",
20 "cacheinvalidation_unittests", 22 "cacheinvalidation_unittests",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 }, 305 },
304 { 306 {
305 "test": "views_unittests" 307 "test": "views_unittests"
306 }, 308 },
307 { 309 {
308 "test": "wm_unittests" 310 "test": "wm_unittests"
309 } 311 }
310 ] 312 ]
311 } 313 }
312 } 314 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698