Name table iterator.
https://codereview.appspot.com/8180043/
git-svn-id: http://skia.googlecode.com/svn/trunk@8480 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 335f1bc..cd9e1b8 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -49,6 +49,7 @@
'../tests/FlateTest.cpp',
'../tests/FontHostStreamTest.cpp',
'../tests/FontHostTest.cpp',
+ '../tests/FontNamesTest.cpp',
'../tests/GeometryTest.cpp',
'../tests/GLInterfaceValidation.cpp',
'../tests/GLProgramsTest.cpp',
@@ -124,6 +125,7 @@
'pdf.gyp:pdf',
'tools.gyp:picture_utils',
'utils.gyp:utils',
+ 'sfnt.gyp:sfnt',
],
'conditions': [
[ 'skia_gpu == 1', {