diff options
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r-- | gin/gin.gyp | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp index e0ec34c..4b08dfc 100644 --- a/gin/gin.gyp +++ b/gin/gin.gyp @@ -19,14 +19,6 @@ '../v8/tools/gyp/v8.gyp:v8', ], 'sources': [ - 'modules/console.cc', - 'modules/console.h', - 'modules/file_module_provider.cc', - 'modules/file_module_provider.h', - 'modules/module_registry.cc', - 'modules/module_registry.h', - 'modules/module_runner_delegate.cc', - 'modules/module_runner_delegate.h', 'arguments.cc', 'arguments.h', 'array_buffer.cc', @@ -39,17 +31,27 @@ 'dictionary.h', 'gin.cc', 'gin.h', + 'modules/console.cc', + 'modules/console.h', + 'modules/file_module_provider.cc', + 'modules/file_module_provider.h', + 'modules/module_registry.cc', + 'modules/module_registry.h', + 'modules/module_runner_delegate.cc', + 'modules/module_runner_delegate.h', 'per_context_data.cc', 'per_context_data.h', 'per_isolate_data.cc', 'per_isolate_data.h', + 'public/gin_embedders.h', + 'public/wrapper_info.h', 'runner.cc', 'runner.h', 'try_catch.cc', 'try_catch.h', + 'wrappable.cc', + 'wrappable.h', 'wrapper_info.cc', - 'public/gin_embedders.h', - 'public/wrapper_info.h', ], }, { @@ -100,6 +102,7 @@ 'test/run_all_unittests.cc', 'test/run_js_tests.cc', 'runner_unittest.cc', + 'wrappable_unittest.cc', ], }, ], |