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

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

Issue 1095743002: Rename testing/buildbot/tryserver.blink to add missing '.json'. (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 | « testing/buildbot/tryserver.blink ('k') | 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 "android_chromium_gn_compile_rel": { 2 "android_chromium_gn_compile_rel": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "linux_chromium_gn_rel": { 8 "linux_chromium_gn_rel": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "all" 10 "all"
11 ], 11 ],
12 "gtest_tests": [ 12 "gtest_tests": [
13 { 13 {
14 "test": "base_unittests" 14 "test": "base_unittests"
15 } 15 }
16 ] 16 ]
17 } 17 }
18 } 18 }
OLDNEW
« no previous file with comments | « testing/buildbot/tryserver.blink ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698