summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index 6b88ab6..0af6121 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -17,6 +17,7 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
+ 'rect_unittest.cc',
'run_all_unittests.cc',
'test_suite.h',
],
@@ -54,6 +55,12 @@
'sources': [
'gfx_paths.cc',
'gfx_paths.h',
+ 'point.cc',
+ 'point.h',
+ 'rect.cc',
+ 'rect.h',
+ 'size.cc',
+ 'size.h',
],
'conditions': [
['OS=="win"', {