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

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

Issue 2034733002: [Android] Add CONFIG_CTX to disable_neon config. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e71d7a97da5a6d001128c084f0c8047537e4ce8c..36ab53ef5aa7c664fffa72b2c8c372dbbd92f3b6 100644
--- a/scripts/slave/recipe_modules/chromium_android/chromium_config.py
+++ b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
@@ -209,6 +209,7 @@ def perf(c):
def cast_builder(c):
c.gyp_env.GYP_DEFINES['chromecast'] = 1
+@CONFIG_CTX()
def disable_neon(c): # pragma: no cover
c.gn_args.append('arm_use_neon=false')
c.gyp_env.GYP_DEFINES['arm_neon'] = 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698