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

Unified Diff: skia/public/interfaces/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 | « services/ui/public/interfaces/gpu/BUILD.gn ('k') | ui/app_list/presenter/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/public/interfaces/BUILD.gn
diff --git a/skia/public/interfaces/BUILD.gn b/skia/public/interfaces/BUILD.gn
index 4e7d99218e5693452d78b058d1e33e6a17be3a49..64dc3c2635a013aefffbe6eaa709b623131e3485 100644
--- a/skia/public/interfaces/BUILD.gn
+++ b/skia/public/interfaces/BUILD.gn
@@ -9,8 +9,6 @@ mojom("interfaces") {
"bitmap.mojom",
"image_filter.mojom",
]
-
- use_new_wrapper_types = false
}
mojom("mojo") {
@@ -20,8 +18,6 @@ mojom("mojo") {
public_deps = [
":interfaces",
]
-
- use_new_wrapper_types = false
}
mojom("test_interfaces") {
@@ -34,8 +30,6 @@ mojom("test_interfaces") {
":interfaces",
":mojo",
]
-
- use_new_wrapper_types = false
}
source_set("struct_traits") {
« no previous file with comments | « services/ui/public/interfaces/gpu/BUILD.gn ('k') | ui/app_list/presenter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698