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

Unified Diff: gin/gin.gyp

Issue 62333018: Implement Asynchronous Module Definition API for Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar testing 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
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',
],
},
« no previous file with comments | « gin/converter.cc ('k') | gin/modules/module_registry.h » ('j') | gin/modules/module_registry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698