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

Unified Diff: masters/master.tryserver.webrtc/master.cfg

Issue 505153002: WebRTC: Remove android_apk recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.client.webrtc/slaves.cfg ('k') | masters/master.tryserver.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.webrtc/master.cfg
diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
index ee01ebac0c69c88444266db9f30801bcc8e2e9c6..07bb7dd6e4a6f3f557fdf946576d694e01ae47d9 100755
--- a/masters/master.tryserver.webrtc/master.cfg
+++ b/masters/master.tryserver.webrtc/master.cfg
@@ -72,24 +72,13 @@ specs = [
{'name': 'android_arm64', 'slavebuilddir': 'android_arm64'},
{'name': 'android_gn', 'slavebuilddir': 'android_gn'},
{'name': 'android_gn_rel', 'slavebuilddir': 'android_gn'},
- {
- 'name': 'android_apk',
- 'recipe': 'webrtc/android_apk',
- 'slavebuilddir': 'android_apk',
- },
- {
- 'name': 'android_apk_rel',
- 'recipe': 'webrtc/android_apk',
- 'slavebuilddir': 'android_apk',
- },
]
m_annotator = annotator_factory.AnnotatorFactory()
c['builders'] = [
{
'name': spec['name'],
- 'factory': m_annotator.BaseFactory(spec.get('recipe',
- 'webrtc/standalone')),
+ 'factory': m_annotator.BaseFactory('webrtc/standalone'),
'slavebuilddir': spec['slavebuilddir'],
} for spec in specs
]
« no previous file with comments | « masters/master.client.webrtc/slaves.cfg ('k') | masters/master.tryserver.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698