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

Side by Side Diff: testing/buildbot/tryserver.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 | « testing/buildbot/chromium.linux.json ('k') | testing/scripts/gn_check.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": [
11 "chrome_shell_apk", 11 "chrome_shell_apk",
12 "mandoline:all" 12 "mandoline:all"
13 ], 13 ],
14 "gtest_tests": [] 14 "gtest_tests": [],
15 "scripts": [
16 {
17 "name": "gn_check",
18 "script": "gn_check.py"
19 }
20 ]
15 }, 21 },
16 "linux_chromium_gn_chromeos_dbg": { 22 "linux_chromium_gn_chromeos_dbg": {
17 "additional_compile_targets": [ 23 "additional_compile_targets": [
18 "accessibility_unittests", 24 "accessibility_unittests",
19 "app_list_unittests", 25 "app_list_unittests",
20 "aura_unittests", 26 "aura_unittests",
21 "browser_tests", 27 "browser_tests",
22 "cacheinvalidation_unittests", 28 "cacheinvalidation_unittests",
23 "chromedriver_unittests", 29 "chromedriver_unittests",
24 "chromeos_unittests", 30 "chromeos_unittests",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 }, 351 },
346 { 352 {
347 "test": "view_manager_unittests" 353 "test": "view_manager_unittests"
348 }, 354 },
349 { 355 {
350 "test": "views_unittests" 356 "test": "views_unittests"
351 }, 357 },
352 { 358 {
353 "test": "wm_unittests" 359 "test": "wm_unittests"
354 } 360 }
361 ],
362 "scripts": [
363 {
364 "name": "gn_check",
365 "script": "gn_check.py"
366 },
367 {
368 "args": [
369 "chrome"
370 ],
371 "name": "gyp_flag_compare",
372 "script": "gyp_flag_compare.py"
373 }
355 ] 374 ]
356 } 375 }
357 } 376 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/scripts/gn_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698