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

Unified Diff: mojo/apps/js/bindings/core_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/core.cc ('k') | mojo/apps/js/bindings/handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/core_unittests.js
diff --git a/mojo/public/bindings/js/core_unittests.js b/mojo/apps/js/bindings/core_unittests.js
similarity index 97%
rename from mojo/public/bindings/js/core_unittests.js
rename to mojo/apps/js/bindings/core_unittests.js
index bc3b55e64747ea25bb77670510185bda1f9bde89..5b900a07efccfb36b736b4c70fb73c76158a73ca 100644
--- a/mojo/public/bindings/js/core_unittests.js
+++ b/mojo/apps/js/bindings/core_unittests.js
@@ -4,7 +4,7 @@
define([
"gin/test/expect",
- "mojo/public/bindings/js/core",
+ "mojo/apps/js/bindings/core",
], function(expect, core) {
runWithPipe(testNop);
runWithPipe(testReadAndWriteMessage);
« no previous file with comments | « mojo/apps/js/bindings/core.cc ('k') | mojo/apps/js/bindings/handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698