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

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

Issue 1145513005: Add script tests for `gn check`, `gyp_flag_compare` to GN bot configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up TODOs 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 | « no previous file | testing/buildbot/tryserver.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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ],
7 "scripts": [
8 {
9 "name": "gn_check",
10 "script": "gn_check.py"
11 }
6 ] 12 ]
7 }, 13 },
8 "Android GN (dbg)": { 14 "Android GN (dbg)": {
9 "additional_compile_targets": [ 15 "additional_compile_targets": [
10 "chrome_shell_apk", 16 "chrome_shell_apk",
11 "mandoline:all" 17 "mandoline:all"
12 ] 18 ]
13 }, 19 },
14 "Android Tests": { 20 "Android Tests": {
15 "scripts": [ 21 "scripts": [
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 }, 305 },
300 { 306 {
301 "test": "view_manager_unittests" 307 "test": "view_manager_unittests"
302 }, 308 },
303 { 309 {
304 "test": "views_unittests" 310 "test": "views_unittests"
305 }, 311 },
306 { 312 {
307 "test": "wm_unittests" 313 "test": "wm_unittests"
308 } 314 }
315 ],
316 "scripts": [
317 {
318 "name": "gn_check",
319 "script": "gn_check.py"
320 },
321 {
322 "args": [
323 "chrome"
324 ],
325 "name": "gyp_flag_compare",
326 "script": "gyp_flag_compare.py"
327 }
309 ] 328 ]
310 }, 329 },
311 "Linux GN (dbg)": { 330 "Linux GN (dbg)": {
312 "additional_compile_targets": [ 331 "additional_compile_targets": [
313 "accessibility_unittests", 332 "accessibility_unittests",
314 "app_list_unittests", 333 "app_list_unittests",
315 "aura_unittests", 334 "aura_unittests",
316 "browser_tests", 335 "browser_tests",
317 "cacheinvalidation_unittests", 336 "cacheinvalidation_unittests",
318 "cast_unittests", 337 "cast_unittests",
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 } 1145 }
1127 ], 1146 ],
1128 "scripts": [ 1147 "scripts": [
1129 { 1148 {
1130 "name": "nacl_integration", 1149 "name": "nacl_integration",
1131 "script": "nacl_integration.py" 1150 "script": "nacl_integration.py"
1132 } 1151 }
1133 ] 1152 ]
1134 } 1153 }
1135 } 1154 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/tryserver.chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698