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

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

Issue 1867983002: Flip Linux ChromeOS trybot to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 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 | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [
4 "All"
5 ]
6 },
2 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 8 "additional_compile_targets": [
4 "gn_all" 9 "gn_all"
5 ], 10 ],
6 "gtest_tests": [ 11 "gtest_tests": [
7 { 12 {
8 "swarming": { 13 "swarming": {
9 "can_use_on_swarming_builders": true 14 "can_use_on_swarming_builders": true
10 }, 15 },
11 "test": "base_unittests" 16 "test": "base_unittests"
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 }, 924 },
920 { 925 {
921 "swarming": { 926 "swarming": {
922 "can_use_on_swarming_builders": true 927 "can_use_on_swarming_builders": true
923 }, 928 },
924 "test": "wm_unittests" 929 "test": "wm_unittests"
925 } 930 }
926 ] 931 ]
927 } 932 }
928 } 933 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698