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

Unified Diff: mojo/apps/js/bindings/codec_unittests.js

Issue 100573003: [Mojo] Move JS bindings out of public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header guards Created 7 years 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/bindings/codec.js ('k') | mojo/apps/js/bindings/connector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/codec_unittests.js
diff --git a/mojo/public/bindings/js/codec_unittests.js b/mojo/apps/js/bindings/codec_unittests.js
similarity index 99%
rename from mojo/public/bindings/js/codec_unittests.js
rename to mojo/apps/js/bindings/codec_unittests.js
index 01ab1431b94484ac96792c5a2b56a5c7399227a1..d8d8ba09918f483ffb726d3cd239eb6b1db996cf 100644
--- a/mojo/public/bindings/js/codec_unittests.js
+++ b/mojo/apps/js/bindings/codec_unittests.js
@@ -4,7 +4,7 @@
define([
"gin/test/expect",
- "mojo/public/bindings/js/codec",
+ "mojo/apps/js/bindings/codec",
"mojom/sample_service",
], function(expect, codec, sample) {
testBar();
« no previous file with comments | « mojo/apps/js/bindings/codec.js ('k') | mojo/apps/js/bindings/connector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698