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

Side by Side Diff: testing/buildbot/tryserver.blink

Issue 1062823006: Add testing/buildbot/tryserver.blink for the GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | 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 "mac_chromium_gn_dbg": { 2 "android_chromium_gn_compile_rel": {
3 "additional_compile_targets": [
4 "chrome_shell_apk"
5 ],
6 "gtest_tests": []
7 },
8 "linux_chromium_gn_rel": {
3 "additional_compile_targets": [ 9 "additional_compile_targets": [
4 "all" 10 "all"
5 ], 11 ],
6 "gtest_tests": [
7 {
8 "test": "base_unittests"
9 }
10 ]
11 },
12 "mac_chromium_gn_rel": {
13 "additional_compile_targets": [
14 "all"
15 ],
16 "gtest_tests": [ 12 "gtest_tests": [
17 { 13 {
18 "test": "base_unittests" 14 "test": "base_unittests"
19 } 15 }
20 ] 16 ]
21 } 17 }
22 } 18 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698