aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-09 18:51:41 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-09 18:51:41 +0000
commit73f8399835f53f439b667027878bd29a5985aa52 (patch)
tree0ea261cb055f4d9fb29ce7b83612f0b348671d73 /gyp
parente02b68c47e8a9fae818f6aa4682e70114c336c72 (diff)
Define SK_CAN_USE_FLOAT in gyp build, just like Makefile build
git-svn-id: http://skia.googlecode.com/svn/trunk@1557 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/target_defaults.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/target_defaults.gypi b/gyp/target_defaults.gypi
index d5cf05f1ce..bc08e18af5 100644
--- a/gyp/target_defaults.gypi
+++ b/gyp/target_defaults.gypi
@@ -1,5 +1,8 @@
{
'target_defaults': {
+ 'defines': [
+ 'SK_CAN_USE_FLOAT',
+ ],
'variables': {
'skia_scalar%': 'float',
},