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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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
Index: scripts/slave/recipe_modules/chromium_android/example.py
diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
index ccd188f5f055181b373b695b5c4d4a32383464c3..b6c898ce06480dda919c81e8227361ee6cb2fef9 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -8,6 +8,7 @@ DEPS = [
'adb',
'chromium',
'chromium_android',
+ 'depot_tools/infra_paths',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/properties',
@@ -113,8 +114,8 @@ def RunSteps(api, buildername):
api.chromium_android.c.asan_symbolize = True
if config.get('adb_vendor_keys'):
- # TODO(phajdan.jr): Remove path['build'] usage, http://crbug.com/437264 .
- api.chromium.c.env.ADB_VENDOR_KEYS = api.path['build'].join(
+ # TODO(phajdan.jr): Remove infra_paths['build'] usage, http://crbug.com/437264 .
Sergiy Byelozyorov 2016/04/26 14:41:06 nit: long line
+ api.chromium.c.env.ADB_VENDOR_KEYS = api.infra_paths['build'].join(
'site_config', '.adb_key')
api.chromium_android.init_and_sync(use_bot_update=False)

Powered by Google App Engine
This is Rietveld 408576698