Chromium Code Reviews| 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', |
|
djsollen
2014/03/26 20:17:03
why do we need to call this out here? Won't we ne
scroggo
2014/03/27 19:33:00
Removed.
scroggo
2014/03/28 17:39:28
It turns out we *do* need this here*. All the nega
|
| + ], |
| + }, { |
| # 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. |