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

Unified Diff: mojo/mojo.gyp

Issue 62333018: Implement Asynchronous Module Definition API for Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments 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/test/run_js_tests.cc ('k') | mojo/public/bindings/js/core_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 96517d1fc0b106ae8f52ab971812a07ba2352b7c..c145ea5227310f5fa6771e38375115b346278ac1 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -436,10 +436,10 @@
'sources': [
'public/bindings/js/core.cc',
'public/bindings/js/core.h',
+ 'public/bindings/js/global.cc',
+ 'public/bindings/js/global.h',
'public/bindings/js/handle.cc',
'public/bindings/js/handle.h',
- 'public/bindings/js/mojo.cc',
- 'public/bindings/js/mojo.h',
'public/bindings/js/runner_delegate.cc',
'public/bindings/js/runner_delegate.h',
],
@@ -454,7 +454,7 @@
],
'sources': [
'public/bindings/js/test/run_all_unittests.cc',
- 'public/bindings/js/test/harness.cc',
+ 'public/bindings/js/test/run_js_tests.cc',
],
},
{
« no previous file with comments | « gin/test/run_js_tests.cc ('k') | mojo/public/bindings/js/core_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698