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

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

Issue 1149413005: Add GN bootstrap step to continuous integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang Created 5 years, 6 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 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 { 8 {
9 "name": "gn_check", 9 "name": "gn_check",
10 "script": "gn_check.py" 10 "script": "gn_check.py"
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 }, 366 },
367 { 367 {
368 "test": "views_unittests" 368 "test": "views_unittests"
369 }, 369 },
370 { 370 {
371 "test": "wm_unittests" 371 "test": "wm_unittests"
372 } 372 }
373 ], 373 ],
374 "scripts": [ 374 "scripts": [
375 { 375 {
376 "name": "gn_bootstrap",
377 "script": "gn_bootstrap.py"
378 },
379 {
376 "name": "gn_check", 380 "name": "gn_check",
377 "script": "gn_check.py" 381 "script": "gn_check.py"
378 }, 382 },
379 { 383 {
380 "args": [ 384 "args": [
381 "chrome" 385 "chrome"
382 ], 386 ],
383 "name": "gyp_flag_compare", 387 "name": "gyp_flag_compare",
384 "script": "gyp_flag_compare.py" 388 "script": "gyp_flag_compare.py"
385 }, 389 },
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 } 1211 }
1208 ], 1212 ],
1209 "scripts": [ 1213 "scripts": [
1210 { 1214 {
1211 "name": "nacl_integration", 1215 "name": "nacl_integration",
1212 "script": "nacl_integration.py" 1216 "script": "nacl_integration.py"
1213 } 1217 }
1214 ] 1218 ]
1215 } 1219 }
1216 } 1220 }
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