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

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

Issue 2034623003: [Android] Add 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 c08dd8b3c5ff9add67f3d6c69d9b7c1ba3af1fd2..e71d7a97da5a6d001128c084f0c8047537e4ce8c 100644
--- a/scripts/slave/recipe_modules/chromium_android/chromium_config.py
+++ b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
@@ -209,6 +209,10 @@ def perf(c):
def cast_builder(c):
c.gyp_env.GYP_DEFINES['chromecast'] = 1
+def disable_neon(c): # pragma: no cover
+ c.gn_args.append('arm_use_neon=false')
+ c.gyp_env.GYP_DEFINES['arm_neon'] = 0
+
@CONFIG_CTX()
def errorprone(c):
c.gyp_env.GYP_DEFINES['enable_errorprone'] = 1
« 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