summaryrefslogtreecommitdiffstats
path: root/gin/gin.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r--gin/gin.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 8221ec2..1b15dd1 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -35,6 +35,8 @@
'function_template.h',
'gin_export.h',
'handle.h',
+ 'interceptor.cc',
+ 'interceptor.h',
'isolate_holder.cc',
'modules/console.cc',
'modules/console.h',
@@ -117,6 +119,7 @@
],
'sources': [
'converter_unittest.cc',
+ 'interceptor_unittest.cc',
'modules/module_registry_unittest.cc',
'modules/timer_unittest.cc',
'per_context_data_unittest.cc',