Index: gin/gin.gyp |
diff --git a/gin/gin.gyp b/gin/gin.gyp |
index 8af1e8b85e00c2def2990b4db9762d6c688ddb97..78c8fb1d97d7b9b9541c211d879b0aacd207e5c9 100644 |
--- a/gin/gin.gyp |
+++ b/gin/gin.gyp |
@@ -44,6 +44,8 @@ |
'modules/module_registry.h', |
'modules/module_runner_delegate.cc', |
'modules/module_runner_delegate.h', |
+ 'modules/timer.cc', |
+ 'modules/timer.h', |
'object_template_builder.cc', |
'object_template_builder.h', |
'per_context_data.cc', |
@@ -112,6 +114,7 @@ |
], |
'sources': [ |
'converter_unittest.cc', |
+ 'modules/timer_unittest.cc', |
'test/run_all_unittests.cc', |
'test/run_js_tests.cc', |
'runner_unittest.cc', |