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

Unified Diff: mojo/public/interfaces/bindings/BUILD.gn

Issue 2910703004: Mojo JS bindings: flip the default value of use_new_js_bindings to true. (Closed)
Patch Set: . Created 3 years, 7 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/edk/js/tests/BUILD.gn ('k') | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/BUILD.gn b/mojo/public/interfaces/bindings/BUILD.gn
index 650e8bf7e79b0c00faca9c9c764267832d710736..3bd98de02f4c511938fa4031604e922f09b2c1bc 100644
--- a/mojo/public/interfaces/bindings/BUILD.gn
+++ b/mojo/public/interfaces/bindings/BUILD.gn
@@ -19,6 +19,8 @@ mojom("bindings") {
export_class_attribute_shared = "MOJO_CPP_BINDINGS_EXPORT"
export_define_shared = "MOJO_CPP_BINDINGS_IMPLEMENTATION"
export_header_shared = "mojo/public/cpp/bindings/bindings_export.h"
+
+ use_new_js_bindings = false
}
# TODO(yzshen): Remove this target and use the one above once
@@ -29,6 +31,4 @@ mojom("new_bindings") {
"new_bindings/interface_control_messages.mojom",
"new_bindings/pipe_control_messages.mojom",
]
-
- use_new_js_bindings = true
}
« no previous file with comments | « mojo/edk/js/tests/BUILD.gn ('k') | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698