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

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

Issue 1228123002: Enable "gn check" on android GN bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn12
Patch Set: Created 5 years, 5 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
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_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ] 10 ]
11 }, 11 },
12 "android_chromium_gn_compile_rel": { 12 "android_chromium_gn_compile_rel": {
13 "additional_compile_targets": [ 13 "additional_compile_targets": [
14 "chrome_public_apk", 14 "chrome_public_apk",
15 "chrome_public_test_apk", 15 "chrome_public_test_apk",
16 "chrome_shell_apk", 16 "chrome_shell_apk",
17 "chrome_shell_test_apk", 17 "chrome_shell_test_apk",
18 "content_shell_apk", 18 "content_shell_apk",
19 "content_shell_test_apk", 19 "content_shell_test_apk",
20 "mandoline:all" 20 "mandoline:all"
21 ],
22 "scripts": [
23 {
24 "name": "gn_check",
25 "script": "gn_check.py"
26 }
21 ] 27 ]
22 }, 28 },
23 "linux_chromium_gn_chromeos_dbg": { 29 "linux_chromium_gn_chromeos_dbg": {
24 "additional_compile_targets": [ 30 "additional_compile_targets": [
25 "accessibility_unittests", 31 "accessibility_unittests",
26 "app_list_unittests", 32 "app_list_unittests",
27 "aura_unittests", 33 "aura_unittests",
28 "browser_tests", 34 "browser_tests",
29 "cacheinvalidation_unittests", 35 "cacheinvalidation_unittests",
30 "chromedriver_unittests", 36 "chromedriver_unittests",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 { 359 {
354 "args": [ 360 "args": [
355 "chrome" 361 "chrome"
356 ], 362 ],
357 "name": "gyp_flag_compare", 363 "name": "gyp_flag_compare",
358 "script": "gyp_flag_compare.py" 364 "script": "gyp_flag_compare.py"
359 } 365 }
360 ] 366 ]
361 } 367 }
362 } 368 }
OLDNEW
« testing/buildbot/chromium.linux.json ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698