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

Unified Diff: components/arc/BUILD.gn

Issue 2571143003: arc: enable use_new_wrapper_types for net.mojom (Closed)
Patch Set: Fixed has_value usage Created 4 years 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 | « no previous file | components/arc/net/arc_net_host_impl.h » ('j') | components/arc/net/arc_net_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index c09d9706b83027d2716e3cd99acab3f43f81c4ee..fbe48a9000c95dc8520f5487a2bfa037b5a1a2bc 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -119,20 +119,6 @@ static_library("arc_base") {
]
}
-# TODO(crbug.com/662510): Remove this altogether.
-mojom("arc_bindings_old_types") {
- sources = [
- "common/net.mojom",
- ]
-
- public_deps = [
- "//mojo/common:common_custom_types",
- "//ui/gfx/geometry/mojo",
- ]
-
- use_new_wrapper_types = false
-}
-
mojom("arc_bindings") {
sources = [
"common/app.mojom",
@@ -150,6 +136,7 @@ mojom("arc_bindings") {
"common/intent_helper.mojom",
"common/kiosk.mojom",
"common/metrics.mojom",
+ "common/net.mojom",
"common/notifications.mojom",
"common/obb_mounter.mojom",
"common/policy.mojom",
@@ -166,8 +153,8 @@ mojom("arc_bindings") {
]
public_deps = [
- ":arc_bindings_old_types",
"//mojo/common:common_custom_types",
+ "//ui/gfx/geometry/mojo",
]
}
« no previous file with comments | « no previous file | components/arc/net/arc_net_host_impl.h » ('j') | components/arc/net/arc_net_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698