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

Side by Side Diff: testing/buildbot/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 | « components/user_manager/BUILD.gn ('k') | testing/buildbot/client.v8.fyi.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 "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 "gtest_tests": [ 10 "gtest_tests": [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 }, 61 },
62 { 62 {
63 "test": "mojo_view_manager_lib_unittests" 63 "test": "mojo_view_manager_lib_unittests"
64 }, 64 },
65 { 65 {
66 "test": "resource_provider_unittests" 66 "test": "resource_provider_unittests"
67 }, 67 },
68 { 68 {
69 "test": "view_manager_unittests" 69 "test": "view_manager_unittests"
70 } 70 }
71 ],
72 "scripts": [
73 {
74 "name": "gn_check",
75 "script": "gn_check.py"
76 }
77 ] 71 ]
78 }, 72 },
79 "Android GN (dbg)": { 73 "Android GN (dbg)": {
80 "additional_compile_targets": [ 74 "additional_compile_targets": [
81 "blimp", 75 "blimp",
82 "chrome_public_apk", 76 "chrome_public_apk",
83 "chrome_public_test_apk", 77 "chrome_public_test_apk",
84 "content_shell_apk", 78 "content_shell_apk",
85 "content_shell_test_apk", 79 "content_shell_test_apk",
86 "mandoline:all" 80 "mandoline:all"
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 }, 565 },
572 { 566 {
573 "swarming": { 567 "swarming": {
574 "can_use_on_swarming_builders": true 568 "can_use_on_swarming_builders": true
575 }, 569 },
576 "test": "wm_unittests" 570 "test": "wm_unittests"
577 } 571 }
578 ], 572 ],
579 "scripts": [ 573 "scripts": [
580 { 574 {
581 "name": "gn_check",
582 "script": "gn_check.py"
583 },
584 {
585 "args": [ 575 "args": [
586 "chrome" 576 "chrome"
587 ], 577 ],
588 "name": "gyp_flag_compare", 578 "name": "gyp_flag_compare",
589 "script": "gyp_flag_compare.py" 579 "script": "gyp_flag_compare.py"
590 }, 580 },
591 { 581 {
592 "name": "mojo_apptests", 582 "name": "mojo_apptests",
593 "script": "mojo_apptests.py" 583 "script": "mojo_apptests.py"
594 } 584 }
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1659 } 1649 }
1660 ], 1650 ],
1661 "scripts": [ 1651 "scripts": [
1662 { 1652 {
1663 "name": "nacl_integration", 1653 "name": "nacl_integration",
1664 "script": "nacl_integration.py" 1654 "script": "nacl_integration.py"
1665 } 1655 }
1666 ] 1656 ]
1667 } 1657 }
1668 } 1658 }
OLDNEW
« no previous file with comments | « components/user_manager/BUILD.gn ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698