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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 17390019: Add Android device testers for WebRTC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove a space Created 7 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index cf0230ea6020582d9a88e86ee7e66407cda6d9b5..48069633db02bd5dd8692d40c95eba3536b50d0c 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -1216,6 +1216,32 @@ class ChromiumFactory(gclient_factory.GClientFactory):
options, compile_timeout, build_url, project,
factory_properties)
+ def ChromiumWebRTCAndroidFactory(self, annotation_script,
+ branch='master',
+ target='Release',
+ slave_type='AnnotatedBuilderTester',
+ clobber=False,
+ compile_timeout=6000,
+ project=None,
+ factory_properties=None, options=None,
+ tests=None,
+ gclient_deps=None):
+ self._solutions[0].custom_deps_list = [self.CUSTOM_DEPS_WEBRTC_TRUNK]
+ self._solutions.append(gclient_factory.GClientSolution(
+ config.Master.trunk_url + '/deps/third_party/webrtc/webrtc.DEPS',
+ name='webrtc.DEPS'))
+ return self.ChromiumAnnotationFactory(annotation_script=annotation_script,
+ branch=branch,
+ target=target,
+ slave_type=slave_type,
+ clobber=clobber,
+ compile_timeout=compile_timeout,
+ project=project,
+ factory_properties=factory_properties,
+ options=options,
+ tests=tests,
+ gclient_deps=gclient_deps)
+
def ChromiumAVPerfFactory(self, target='Release', clobber=False, tests=None,
mode=None, slave_type='BuilderTester',
options=None, compile_timeout=1200,
« no previous file with comments | « masters/master.client.webrtc/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698