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

Side by Side Diff: testing/buildbot/tryserver.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 | « testing/buildbot/chromium.linux.json ('k') | testing/scripts/gn_bootstrap.py » ('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_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 "mandoline:all"
6 ], 6 ],
7 "gtest_tests": [] 7 "gtest_tests": []
8 }, 8 },
9 "android_chromium_gn_compile_rel": { 9 "android_chromium_gn_compile_rel": {
10 "additional_compile_targets": [ 10 "additional_compile_targets": [
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 }, 354 },
355 { 355 {
356 "test": "views_unittests" 356 "test": "views_unittests"
357 }, 357 },
358 { 358 {
359 "test": "wm_unittests" 359 "test": "wm_unittests"
360 } 360 }
361 ], 361 ],
362 "scripts": [ 362 "scripts": [
363 { 363 {
364 "name": "gn_bootstrap",
365 "script": "gn_bootstrap.py"
366 },
367 {
364 "name": "gn_check", 368 "name": "gn_check",
365 "script": "gn_check.py" 369 "script": "gn_check.py"
366 }, 370 },
367 { 371 {
368 "args": [ 372 "args": [
369 "chrome" 373 "chrome"
370 ], 374 ],
371 "name": "gyp_flag_compare", 375 "name": "gyp_flag_compare",
372 "script": "gyp_flag_compare.py" 376 "script": "gyp_flag_compare.py"
373 }, 377 },
374 { 378 {
375 "name": "mojo_apptest", 379 "name": "mojo_apptest",
376 "script": "mojo_apptest.py" 380 "script": "mojo_apptest.py"
377 } 381 }
378 ] 382 ]
379 } 383 }
380 } 384 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/scripts/gn_bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698