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

Unified Diff: mojo/public/bindings/generators/js_templates/module.js.tmpl

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/mojo_public.gypi ('k') | mojo/public/bindings/js/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/generators/js_templates/module.js.tmpl
diff --git a/mojo/public/bindings/generators/js_templates/module.js.tmpl b/mojo/public/bindings/generators/js_templates/module.js.tmpl
index 9394d8b27fe85f84bd90f34dc50203305034947c..fb1f93483744349743704cb26801d38b5bcde9a3 100644
--- a/mojo/public/bindings/generators/js_templates/module.js.tmpl
+++ b/mojo/public/bindings/generators/js_templates/module.js.tmpl
@@ -3,8 +3,8 @@
// found in the LICENSE file.
define([
- "mojo/public/bindings/js/core",
- "mojo/public/bindings/js/codec",
+ "mojo/apps/js/bindings/core",
+ "mojo/apps/js/bindings/codec",
], function(core, codec) {
{%- for struct in structs %}
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/bindings/js/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698