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

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

Issue 1305303002: Enable errorprone compiler on the chromium.fyi Android Builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 4 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 4825f8a6e7b29073ab3800c60f7620736196265d..8cfc5ec247835c423fb4670868086ee66002e8f6 100644
--- a/scripts/slave/recipe_modules/chromium_android/chromium_config.py
+++ b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
@@ -169,3 +169,7 @@ def webview_perf(c):
@CONFIG_CTX(includes=['main_builder'])
def cast_builder(c):
c.gyp_env.GYP_DEFINES['chromecast'] = 1
+
+@CONFIG_CTX(includes=['main_builder'])
+def errorprone_builder(c):
Paweł Hajdan Jr. 2015/08/28 11:44:25 Why does the name of this config entry include "bu
mikecase (-- gone --) 2015/08/28 18:36:06 Changed.
+ c.gyp_env.GYP_DEFINES['enable_errorprone'] = 1

Powered by Google App Engine
This is Rietveld 408576698