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

Unified Diff: gyp/common.gypi

Issue 198063002: Updates to Android.mk generation. (Closed) Base URL: https://skia.googlesource.com/skia.git@android_mk
Patch Set: Rebase Created 6 years, 9 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
Index: gyp/common.gypi
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 2a5bbd493e216bdd6009e8c58857076c3265a8d7..fe268c47a9c4e2f1cc5382a503440d3e19dc29a7 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -88,7 +88,11 @@
],
},
],
- [ 'skia_android_framework==0', {
+ [ 'skia_android_framework', {
+ 'defines!': [
+ 'SK_SCALAR_TO_FLOAT_EXCLUDED',
+ ],
+ }, {
# These defines are not used for skia_android_framework, where we build
# one makefile and allow someone to add SK_DEBUG etc for their own
# debugging purposes.

Powered by Google App Engine
This is Rietveld 408576698