aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-15 14:02:32 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-15 14:02:32 +0000
commitf41ca79112732abbea323b2653368fae5eda46db (patch)
treeae216bc6ae180cf936cb3f3df890c93879069e15 /gyp
parent31c4e8997c23960f0571f294a3d599f86a42ebc0 (diff)
Remove freetype dependency from core.gyp
Review URL: https://codereview.chromium.org/13975014 git-svn-id: http://skia.googlecode.com/svn/trunk@8677 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 5f99fd911e..cc5cfbd388 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -75,7 +75,7 @@
'config/win',
],
}],
- [ 'skia_os in ("android", "nacl")', {
+ [ 'skia_os == "nacl"', {
'dependencies': [
'freetype.gyp:freetype',
],