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

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: 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: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index e7cc056e3dab8b6c073a9e3149091640815c4f96..6048264fab8b1a7ea017dff0bfeb199446a32d9f 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -399,10 +399,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',
],
@@ -417,7 +417,7 @@
],
'sources': [
'public/bindings/js/test/run_all_unittests.cc',
- 'public/bindings/js/test/harness.cc',
+ 'public/bindings/js/test/run_js_tests.cc',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698