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

Unified Diff: mojo/public/bindings/js/connector.js

Issue 189453003: Moves around mojo js bindings code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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/public/bindings/js/codec.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/js/connector.js
diff --git a/mojo/apps/js/bindings/connector.js b/mojo/public/bindings/js/connector.js
similarity index 95%
rename from mojo/apps/js/bindings/connector.js
rename to mojo/public/bindings/js/connector.js
index a9126c0e13dacbdb154fcd20acc6cf902be46ae4..26bc3b72a695df2da906390c3742b2e9d5e6621b 100644
--- a/mojo/apps/js/bindings/connector.js
+++ b/mojo/public/bindings/js/connector.js
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-define("mojo/apps/js/bindings/connector", [
- "mojo/apps/js/bindings/codec",
- "mojo/apps/js/bindings/core",
- "mojo/apps/js/bindings/support",
+define("mojo/public/bindings/js/connector", [
+ "mojo/public/bindings/js/codec",
+ "mojo/bindings/js/core",
+ "mojo/bindings/js/support",
], function(codec, core, support) {
function Connector(handle) {
« no previous file with comments | « mojo/public/bindings/js/codec.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698