diff options
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r-- | gin/gin.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp index a827c42..f87c2bc 100644 --- a/gin/gin.gyp +++ b/gin/gin.gyp @@ -116,7 +116,9 @@ ], 'sources': [ 'converter_unittest.cc', + 'modules/module_registry_unittest.cc', 'modules/timer_unittest.cc', + 'per_context_data_unittest.cc', 'shell_runner_unittest.cc', 'test/run_all_unittests.cc', 'test/run_js_tests.cc', |