summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index e8f9272..6b88ab6 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -18,6 +18,7 @@
],
'sources': [
'run_all_unittests.cc',
+ 'test_suite.h',
],
'include_dirs': [
'..',
@@ -51,7 +52,8 @@
'../third_party/zlib/zlib.gyp:zlib',
],
'sources': [
- 'empty.cc',
+ 'gfx_paths.cc',
+ 'gfx_paths.h',
],
'conditions': [
['OS=="win"', {