aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 19:10:30 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 19:10:30 +0000
commit30140a43e274b0828c9d319ed0ec035d70ccf909 (patch)
treebf76a91262c52155970720bb91f4b7f80fafc03c /gyp
parentb505a128efae9debcaa9642bade90bab5525d477 (diff)
Enable typeface from stream test for Mac.
git-svn-id: http://skia.googlecode.com/svn/trunk@4103 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tests.gyp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 3ea3b61eb8..c37e6b8a3f 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -96,14 +96,6 @@
'pdf.gyp:pdf',
'utils.gyp:utils',
],
- 'conditions': [
- [ 'skia_os == "mac"', {
- 'sources!': [
- #mac port currently does not support fonts from streams.
- '../tests/FontHostStreamTest.cpp',
- ],
- }],
- ],
},
],
}