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

Unified Diff: scripts/slave/recipe_modules/libyuv/chromium_android_config.py

Issue 2306373003: libyuv: Add Android Testers (Closed)
Patch Set: Fixed WebRTC expectation Created 4 years, 3 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 | « scripts/slave/recipe_modules/libyuv/builders.py ('k') | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/libyuv/chromium_android_config.py
diff --git a/scripts/slave/recipe_modules/webrtc/chromium_android_config.py b/scripts/slave/recipe_modules/libyuv/chromium_android_config.py
similarity index 69%
copy from scripts/slave/recipe_modules/webrtc/chromium_android_config.py
copy to scripts/slave/recipe_modules/libyuv/chromium_android_config.py
index 48c605cef3e31663da2cb89e55e481e5433b19fb..0558b618c9b1ce4f110cc4221200de1bc7c0f40b 100644
--- a/scripts/slave/recipe_modules/webrtc/chromium_android_config.py
+++ b/scripts/slave/recipe_modules/libyuv/chromium_android_config.py
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -8,6 +8,6 @@ from recipe_engine.config_types import Path
@CONFIG_CTX(includes=['base_config'])
-def webrtc(c):
+def libyuv(c):
c.test_runner = c.CHECKOUT_PATH.join(
- 'webrtc', 'build', 'android', 'test_runner.py')
+ 'util', 'android', 'test_runner.py')
« no previous file with comments | « scripts/slave/recipe_modules/libyuv/builders.py ('k') | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698