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

Unified Diff: recipe_modules/gclient/config.py

Issue 1976843002: Add/rename chromium_perf gclient configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Coverage. Created 4 years, 7 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 | « no previous file | recipe_modules/gclient/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/gclient/config.py
diff --git a/recipe_modules/gclient/config.py b/recipe_modules/gclient/config.py
index bcd698dbb50ad83ce32e3d09fc07e6aff3414f44..36109ef2adca167be82e9c6a3fb41de0b21ed00a 100644
--- a/recipe_modules/gclient/config.py
+++ b/recipe_modules/gclient/config.py
@@ -470,6 +470,14 @@ def perf(c):
del c.solutions[1].custom_deps[key]
c.solutions[1].managed = False
+@config_ctx(includes=['chromium', 'chrome_internal'])
+def chromium_perf(c):
+ pass
+
+@config_ctx(includes=['chromium_perf', 'android'])
+def chromium_perf_android(c):
+ pass
+
@config_ctx(includes=['chromium'])
def chromium_skia(c):
c.solutions[0].revision = 'HEAD'
« no previous file with comments | « no previous file | recipe_modules/gclient/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698