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

Unified Diff: url/mojo/BUILD.gn

Issue 2965803003: Mojo JS bindings: add support to generate "dual-mode" code. (Closed)
Patch Set: . Created 3 years, 5 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 | « third_party/WebKit/LayoutTests/vibration/vibration-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/mojo/BUILD.gn
diff --git a/url/mojo/BUILD.gn b/url/mojo/BUILD.gn
index eaedafcb879f13d403cf331603e15470af6c3f2e..970ed7ad6cccfe3a41bc6e4d0fa91882aae62df3 100644
--- a/url/mojo/BUILD.gn
+++ b/url/mojo/BUILD.gn
@@ -10,7 +10,7 @@ mojom("url_mojom_gurl") {
]
# TODO(crbug.com/699569): Convert to use the new JS bindings.
- use_new_js_bindings = false
+ js_bindings_mode = "both"
}
mojom("url_mojom_origin") {
@@ -23,7 +23,7 @@ mojom("url_mojom_origin") {
]
# TODO(crbug.com/699569): Convert to use the new JS bindings.
- use_new_js_bindings = false
+ js_bindings_mode = "both"
}
mojom("test_url_mojom_gurl") {
« no previous file with comments | « third_party/WebKit/LayoutTests/vibration/vibration-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698