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

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

Issue 1777863005: Recipe changes to move webview perf bots to the android/perf recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase. 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/chromium_config.py
diff --git a/scripts/slave/recipe_modules/chromium_android/chromium_config.py b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
index 7090d07b48b407d218cf9b50217b89dafbfe12af..722e880744f36545b4d64cfb7867b7a63496a194 100644
--- a/scripts/slave/recipe_modules/chromium_android/chromium_config.py
+++ b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
@@ -192,10 +192,6 @@ def perf(c):
gyp_defs['buildtype'] = 'Official'
@CONFIG_CTX(includes=['main_builder'])
-def webview_perf(c):
- gyp_defs = c.gyp_env.GYP_DEFINES
-
-@CONFIG_CTX(includes=['main_builder'])
def cast_builder(c):
c.gyp_env.GYP_DEFINES['chromecast'] = 1

Powered by Google App Engine
This is Rietveld 408576698