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

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

Issue 2405093003: [WIP] Mojo native bindings interface.
Patch Set: fixes webui tests Created 3 years, 10 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
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 3ce4ab649623db0677ae0005c1e0ef83b2e9cdf4..30d6c3450ca10284dc48a0ebc487940efa0bce0a 100644
--- a/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
+++ b/mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl
@@ -7,7 +7,6 @@ define("{{module.path}}", [
"mojo/public/js/bindings",
{%- endif %}
"mojo/public/js/codec",
- "mojo/public/js/core",
"mojo/public/js/validator",
{%- for import in imports %}
"{{import.module.path}}",
@@ -15,7 +14,7 @@ define("{{module.path}}", [
], function(
{%- if module.path != "mojo/public/interfaces/bindings/interface_control_messages.mojom" -%}
bindings, {% endif -%}
-codec, core, validator
+codec, validator
{%- for import in imports -%}
, {{import.unique_name}}
{%- endfor -%}
« no previous file with comments | « mojo/public/js/router.js ('k') | third_party/WebKit/LayoutTests/geolocation-api/resources/geolocation-mock.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698