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

Unified Diff: build/common.gypi

Issue 104803002: remove arm_version==5 configuration, since it's no longer supported (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | no next file » | 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 8ba080e5c72b33fbf78d2e8a0af89d0cafbd0049..7ef4b757a159cd909cd4b41aa75cc862c64110b2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1842,14 +1842,6 @@
}],
# Set default compiler flags depending on ARM version.
- ['arm_version==5 and android_webview_build==0', {
- # Flags suitable for Android emulator
- 'arm_arch%': 'armv5te',
- 'arm_tune%': 'xscale',
- 'arm_fpu%': '',
- 'arm_float_abi%': 'soft',
- 'arm_thumb%': 0,
- }],
['arm_version==6 and android_webview_build==0', {
'arm_arch%': 'armv6',
'arm_tune%': '',
« 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