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

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

Issue 708563002: Move mojo/public/js/bindings/ moves to mojo/public/js/ (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync again Created 6 years, 1 month 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/sky/convert_amd_modules_to_sky.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
diff --git a/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl b/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
index e830a844ebc9d1df34e25d9730b5cb20de7afdf7..697eabe3994fbb66ad339236538d1a218d23ff7a 100644
--- a/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
+++ b/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
@@ -3,8 +3,8 @@
// found in the LICENSE file.
define("{{module.path}}", [
- "mojo/public/js/bindings/codec",
- "mojo/public/js/bindings/validator",
+ "mojo/public/js/codec",
+ "mojo/public/js/validator",
{%- for import in imports %}
"{{import.module.path}}",
{%- endfor %}
« no previous file with comments | « mojo/public/sky/convert_amd_modules_to_sky.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698