aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-02 14:12:38 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-02 14:12:38 +0000
commit07a69f848cd6e28e0870ac9eeeba2d05f8e8d8be (patch)
tree2cc4f9d2011b7f11dd1a1bd6c67e9e3ece6fd335 /gyp
parent42eff161a2acdbf03a71666b3fc31079a1bba86f (diff)
Name table iterator.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/sfnt.gyp1
-rw-r--r--gyp/tests.gyp2
-rw-r--r--gyp/tools.gyp13
3 files changed, 16 insertions, 0 deletions
diff --git a/gyp/sfnt.gyp b/gyp/sfnt.gyp
index 66089e34ff..1abae537bb 100644
--- a/gyp/sfnt.gyp
+++ b/gyp/sfnt.gyp
@@ -36,6 +36,7 @@
'../src/sfnt/SkSFNTHeader.h',
'../src/sfnt/SkTypedEnum.h',
+ '../src/sfnt/SkOTTable_name.cpp',
'../src/sfnt/SkOTUtils.cpp',
],
'direct_dependent_settings': {
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 335f1bcac3..cd9e1b80c7 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', {
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 70591afcc3..4a4a1da3f7 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -287,6 +287,19 @@
],
},
],
+ ['skia_os == "win"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'win_lcid',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/win_lcid.cpp',
+ ],
+ },
+ ],
+ },
+ ],
],
}