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

Unified Diff: mojo/apps/js/test/js_to_cpp_unittest.js

Issue 708563002: Move mojo/public/js/bindings/ moves to mojo/public/js/ (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync again Created 6 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 | « mojo/apps/js/mojo.js ('k') | mojo/bindings/js/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/test/js_to_cpp_unittest.js
diff --git a/mojo/apps/js/test/js_to_cpp_unittest.js b/mojo/apps/js/test/js_to_cpp_unittest.js
index ed57603432543c053832488598085a9d5550b4c9..67313e7f3cc7b4ff5683b4bbd78b27a30dcabd70 100644
--- a/mojo/apps/js/test/js_to_cpp_unittest.js
+++ b/mojo/apps/js/test/js_to_cpp_unittest.js
@@ -5,9 +5,9 @@
define('mojo/apps/js/test/js_to_cpp_unittest', [
'console',
'mojo/apps/js/test/js_to_cpp.mojom',
- 'mojo/public/js/bindings/connection',
- 'mojo/public/js/bindings/connector',
- 'mojo/public/js/bindings/core',
+ 'mojo/public/js/connection',
+ 'mojo/public/js/connector',
+ 'mojo/public/js/core',
], function (console, jsToCpp, connection, connector, core) {
var retainedConnection;
var sampleData;
« no previous file with comments | « mojo/apps/js/mojo.js ('k') | mojo/bindings/js/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698