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

Unified Diff: gyp/common_conditions.gypi

Issue 180873012: Updates to gyp files for building Android.mk (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Also remove g Created 6 years, 10 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 | « gyp/android_framework_lib.gyp ('k') | gyp/opts.gyp » ('j') | gyp/opts.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 3fa697e6e29c2d7f7f5825406962ef298383cd65..60376f7273535439508f5ed02c86c276590127b3 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -218,6 +218,13 @@
'-U_FORTIFY_SOURCE',
'-D_FORTIFY_SOURCE=1',
],
+ 'cflags!': [
+ '-g',
+ '-march=armv7-a',
+ '-mthumb',
+ '-mfpu=neon',
+ '-mfloat-abi=softfp',
+ ],
'defines': [
'DCT_IFAST_SUPPORTED',
# using freetype's embolden allows us to adjust fake bold settings at
« no previous file with comments | « gyp/android_framework_lib.gyp ('k') | gyp/opts.gyp » ('j') | gyp/opts.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698