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

Unified Diff: scripts/slave/recipes/android/perf.py

Issue 382903002: Fix Deps for android/perf recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove unnecessary deps. Created 6 years, 5 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/recipes/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index eb8227a113f6f35a162b50dfa3f22ad1e328a0e6..f173fc85ff21a09f6378e720ac19fe1538087c6d 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -62,7 +62,7 @@ def GenSteps(api):
REPO_URL=REPO_URL,
INTERNAL=False,
BUILD_CONFIG='Release')
- api.gclient.set_config('android_shared')
+ api.gclient.set_config('perf')
api.gclient.apply_config('android')
yield api.bot_update.ensure_checkout()
« no previous file with comments | « scripts/slave/recipe_modules/gclient/config.py ('k') | scripts/slave/recipes/android/perf.expected/test_Android_GN_Perf.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698