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

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

Issue 1131213003: Remove the Android generator. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 5 years, 7 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 | « buildbot/buildbot_run.py ('k') | pylib/gyp/generator/android.py » ('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 "trybots": { 2 "trybots": {
3 "launched": { 3 "launched": {
4 "tryserver.nacl": { 4 "tryserver.nacl": {
5 "gyp-presubmit": ["defaulttests"], 5 "gyp-presubmit": ["defaulttests"],
6 "gyp-android": ["defaulttests"],
7 "gyp-linux": ["defaulttests"], 6 "gyp-linux": ["defaulttests"],
8 "gyp-mac": ["defaulttests"], 7 "gyp-mac": ["defaulttests"],
9 "gyp-win32": ["defaulttests"], 8 "gyp-win32": ["defaulttests"],
10 "gyp-win64": ["defaulttests"] 9 "gyp-win64": ["defaulttests"]
11 } 10 }
12 }, 11 },
13 "triggered": { 12 "triggered": {
14 } 13 }
15 } 14 }
16 } 15 }
OLDNEW
« no previous file with comments | « buildbot/buildbot_run.py ('k') | pylib/gyp/generator/android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698