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

Unified Diff: ui/events/mojo/BUILD.gn

Issue 2471413004: Remove unnecessary use_new_wrapper_types flag for some mojom targets. (Closed)
Patch Set: Created 4 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 | « ui/events/devices/mojo/BUILD.gn ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/BUILD.gn
diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
index b9e6c840f884b0f67daa1a2ca7d820b9e1ac91f5..f9e50f1c5f21cf985b6467ff8dc0d72f781153a5 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/events/mojo/BUILD.gn
@@ -16,8 +16,6 @@ mojom("interfaces") {
"//mojo/common:common_custom_types",
"//ui/gfx/geometry/mojo",
]
-
- use_new_wrapper_types = false
}
mojom("test_interfaces") {
@@ -29,8 +27,6 @@ mojom("test_interfaces") {
public_deps = [
":interfaces",
]
-
- use_new_wrapper_types = false
}
source_set("struct_traits") {
« no previous file with comments | « ui/events/devices/mojo/BUILD.gn ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698