summaryrefslogtreecommitdiffstats
path: root/courgette/courgette.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r--courgette/courgette.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 8ff08bc..e5ec783 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -34,9 +34,12 @@
'ensemble.h',
'ensemble_apply.cc',
'ensemble_create.cc',
+ 'image_utils.h',
'memory_allocator.cc',
'memory_allocator.h',
'region.h',
+ 'rel32_finder_win32_x86.cc',
+ 'rel32_finder_win32_x86.h',
'simple_delta.cc',
'simple_delta.h',
'streams.cc',
@@ -106,7 +109,9 @@
'encoded_program_unittest.cc',
'encode_decode_unittest.cc',
'ensemble_unittest.cc',
+ 'image_utils_unittest.cc',
'memory_allocator_unittest.cc',
+ 'rel32_finder_win32_x86_unittest.cc',
'streams_unittest.cc',
'typedrva_unittest.cc',
'versioning_unittest.cc',