Chromium Code Reviews| 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", |
|
abarth-chromium
2013/12/03 07:13:26
The one odd thing with this arrangement is this re
|
| ], function(core, codec) { |
| {%- for struct in structs %} |