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

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

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/mojo_apps.gypi ('k') | mojo/public/bindings/js/codec.js » ('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 82c84ec6b0092092d9a7d945bd46cf15a832b1b4..2ecd60be5c1dea728769a875884b96ffc63a17db 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("{{module.path}}", [
- "mojo/apps/js/bindings/core",
- "mojo/apps/js/bindings/codec",
+ "mojo/bindings/js/core",
+ "mojo/public/bindings/js/codec",
{%- for import in imports %}
"{{import.module.path}}",
{%- endfor %}
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | mojo/public/bindings/js/codec.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698