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

Side by Side Diff: build_tools/commit_queue/cq_config.json

Issue 1025453005: Remove trailing comma to make JSON valid (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 9 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 "trybots": { 2 "trybots": {
3 "launched": { 3 "launched": {
4 "tryserver.nacl": { 4 "tryserver.nacl": {
5 "naclports-presubmit": ["defaulttests"], 5 "naclports-presubmit": ["defaulttests"],
6 "naclports-linux-glibc-0": ["defaulttests"], 6 "naclports-linux-glibc-0": ["defaulttests"],
7 "naclports-linux-glibc-1": ["defaulttests"], 7 "naclports-linux-glibc-1": ["defaulttests"],
8 "naclports-linux-glibc-2": ["defaulttests"], 8 "naclports-linux-glibc-2": ["defaulttests"],
9 "naclports-linux-glibc-3": ["defaulttests"], 9 "naclports-linux-glibc-3": ["defaulttests"],
10 "naclports-linux-glibc-4": ["defaulttests"], 10 "naclports-linux-glibc-4": ["defaulttests"],
11 "naclports-linux-newlib-0": ["defaulttests"], 11 "naclports-linux-newlib-0": ["defaulttests"],
12 "naclports-linux-newlib-1": ["defaulttests"], 12 "naclports-linux-newlib-1": ["defaulttests"],
13 "naclports-linux-newlib-2": ["defaulttests"], 13 "naclports-linux-newlib-2": ["defaulttests"],
14 "naclports-linux-newlib-3": ["defaulttests"], 14 "naclports-linux-newlib-3": ["defaulttests"],
15 "naclports-linux-newlib-4": ["defaulttests"], 15 "naclports-linux-newlib-4": ["defaulttests"],
16 "naclports-linux-pnacl_newlib-0": ["defaulttests"], 16 "naclports-linux-pnacl_newlib-0": ["defaulttests"],
17 "naclports-linux-pnacl_newlib-1": ["defaulttests"], 17 "naclports-linux-pnacl_newlib-1": ["defaulttests"],
18 "naclports-linux-pnacl_newlib-2": ["defaulttests"], 18 "naclports-linux-pnacl_newlib-2": ["defaulttests"],
19 "naclports-linux-pnacl_newlib-3": ["defaulttests"], 19 "naclports-linux-pnacl_newlib-3": ["defaulttests"],
20 "naclports-linux-pnacl_newlib-4": ["defaulttests"], 20 "naclports-linux-pnacl_newlib-4": ["defaulttests"]
21 } 21 }
22 }, 22 },
23 "triggered": { 23 "triggered": {
24 } 24 }
25 } 25 }
26 } 26 }
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