Index: platform_tools/android/gyp/dependencies.gypi |
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi |
index bb0db7184bbc8e2d2cb822002609c634e27b221e..6507ee45f742f6dbd6ebce160217eaddb8c76df0 100644 |
--- a/platform_tools/android/gyp/dependencies.gypi |
+++ b/platform_tools/android/gyp/dependencies.gypi |
@@ -44,7 +44,9 @@ |
'cflags': [ |
'-w', |
'-fexceptions', |
- '-DHAVE_EXPAT_CONFIG_H', |
+ ], |
+ 'defines': [ |
+ 'HAVE_EXPAT_CONFIG_H', |
scroggo
2015/02/10 13:59:41
IIRC, the difference here is that defines will get
scroggo
2015/02/10 15:11:26
Discussed this in person:
I was referring to the A
bungeman-skia
2015/02/10 15:34:11
So the idea was to just have all the defines in 'd
|
], |
'direct_dependent_settings': { |
'include_dirs': [ |