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

Unified Diff: build/common.gypi

Issue 1509773004: CL for perf tryjob on android Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index fe6722e85442db854b7043495a5a39e250ab84c4..8667d5d84fd0bdafac85df4c0925d7db5b882c4e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -816,8 +816,8 @@
'cld2_table_size%': 0,
'enable_themes%': 0,
'remoting%': 0,
- 'arm_neon%': 0,
- 'arm_neon_optional%': 1,
+ 'arm_neon': 1,
+ 'arm_neon_optional': 0,
'enable_basic_printing%': 1,
'enable_print_preview%': 0,
'enable_task_manager%':0,
@@ -1146,8 +1146,8 @@
'tracing_like_official_build%': '<(tracing_like_official_build)',
'fieldtrial_testing_like_official_build%': '<(fieldtrial_testing_like_official_build)',
'arm_version%': '<(arm_version)',
- 'arm_neon%': '<(arm_neon)',
- 'arm_neon_optional%': '<(arm_neon_optional)',
+ 'arm_neon': '1',
+ 'arm_neon_optional': '0',
'sysroot%': '<(sysroot)',
'pkg-config%': '<(pkg-config)',
'chroot_cmd%': '<(chroot_cmd)',
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698