Chromium Code Reviews| Index: gin/gin.gyp |
| diff --git a/gin/gin.gyp b/gin/gin.gyp |
| index ed76f09df220683a7ff5dfb56b664d03421bae9a..597482ae8a475db5e407ad38705c432307b10bb1 100644 |
| --- a/gin/gin.gyp |
| +++ b/gin/gin.gyp |
| @@ -20,16 +20,22 @@ |
| '../v8/tools/gyp/v8.gyp:v8', |
| ], |
| 'sources': [ |
| + 'modules/module_registry.cc', |
| + 'modules/module_registry.h', |
| 'arguments.cc', |
| 'arguments.h', |
| 'array_buffer.cc', |
| 'array_buffer.h', |
| 'converter.cc', |
| 'converter.h', |
| + 'context_holder.cc', |
| + 'context_holder.h', |
| 'dictionary.cc', |
| 'dictionary.h', |
| 'initialize.cc', |
| 'initialize.h', |
| + 'per_context_data.cc', |
| + 'per_context_data.h', |
| 'per_isolate_data.cc', |
| 'per_isolate_data.h', |
| 'runner.cc', |
| @@ -52,6 +58,8 @@ |
| 'gin', |
| ], |
| 'sources': [ |
| + 'test/file_runner.cc', |
| + 'test/file_runner.h', |
| 'test/gtest.cc', |
| 'test/gtest.h', |
| 'test/v8_test.cc', |
| @@ -68,6 +76,7 @@ |
| 'sources': [ |
| 'converter_unittest.cc', |
| 'test/run_all_unittests.cc', |
| + 'test/run_js_tests.cc', |
| 'runner_unittest.cc', |
| ], |
| }, |