add unittest for FontHost (just tables at the moment)



git-svn-id: http://skia.googlecode.com/svn/trunk@3233 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index c89a06d..148197d 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -53,6 +53,9 @@
 #            '../src/ports/SkFontHost_gamma_none.cpp',
             '../src/ports/SkThread_pthread.cpp',
           ],
+          'sources!': [
+            '../src/ports/SkFontHost_tables.cpp',
+          ],
         }],
         [ 'skia_os == "ios"', {
           'include_dirs': [
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 63ff7c9..1a8f0cd 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -34,6 +34,7 @@
         '../tests/EmptyPathTest.cpp',
         '../tests/FillPathTest.cpp',
         '../tests/FlateTest.cpp',
+        '../tests/FontHostTest.cpp',
         '../tests/GeometryTest.cpp',
         '../tests/GLInterfaceValidation.cpp',
         '../tests/GLProgramsTest.cpp',