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

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

Issue 1342293002: Move `gn check` into the `generate_build_files` step. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back out installer changes, do not check //chrome/installer Created 5 years, 3 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/client.v8.fyi.json ('k') | testing/buildbot/tryserver.v8.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_chromium_gn_compile_dbg": { 2 "android_chromium_gn_compile_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp", 4 "blimp",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "mandoline:all" 8 "mandoline:all"
9 ] 9 ]
10 }, 10 },
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 }, 340 },
341 { 341 {
342 "test": "views_unittests" 342 "test": "views_unittests"
343 }, 343 },
344 { 344 {
345 "test": "wm_unittests" 345 "test": "wm_unittests"
346 } 346 }
347 ], 347 ],
348 "scripts": [ 348 "scripts": [
349 { 349 {
350 "name": "gn_check",
351 "script": "gn_check.py"
352 },
353 {
354 "args": [ 350 "args": [
355 "chrome" 351 "chrome"
356 ], 352 ],
357 "name": "gyp_flag_compare", 353 "name": "gyp_flag_compare",
358 "script": "gyp_flag_compare.py" 354 "script": "gyp_flag_compare.py"
359 }, 355 },
360 { 356 {
361 "name": "mojo_apptests", 357 "name": "mojo_apptests",
362 "script": "mojo_apptests.py" 358 "script": "mojo_apptests.py"
363 } 359 }
364 ] 360 ]
365 } 361 }
366 } 362 }
OLDNEW
« no previous file with comments | « testing/buildbot/client.v8.fyi.json ('k') | testing/buildbot/tryserver.v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698