Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index 73e6ccc05e4dfa0950dc2b71932efcbc01632bfa..d46dca21b734145ea94700b13ebfee01a9eba25a 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -782,6 +782,12 @@ |
| 'ANDROID_SINCOS_PROVIDED', |
| ], |
| }], |
| + ['OS == "android"', { |
| + 'includes': [ |
| + # Pull compiler flags related to low-memory device detection. |
| + '../build/android/low_memory_device.gypi', |
| + ], |
| + }], |
|
Nico
2013/10/10 16:51:10
I'm not sure we want a dependency from base on bui
digit1
2013/10/11 08:00:12
Yes, that's exactly what happened. For the record,
jar (doing other things)
2013/10/14 19:36:45
I think that usually such "sharing dependencies" a
digit1
2013/10/14 20:01:08
The main issue is that this injection needs to hap
|
| ['OS == "ios" and _toolset != "host"', { |
| 'sources/': [ |
| # Pull in specific Mac files for iOS (which have been filtered out |