Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: gin/gin.gyp

Issue 79203004: [Gin] Add a mechanism for wrapping C++ object (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disallow copy and assign Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gin/dictionary.cc ('k') | gin/wrappable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index e0ec34c53c7a0aa3d4a1f94a87dd74972f94eec7..4b08dfc8a0fc309adc70ed76e7a72509c6c6bbd8 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',
],
},
],
« no previous file with comments | « gin/dictionary.cc ('k') | gin/wrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698