Chromium Code Reviews| Index: components/arc/BUILD.gn | 
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn | 
| index c09d9706b83027d2716e3cd99acab3f43f81c4ee..12b2a4ebf0209d11f8525e8192127ad51bf7c3b4 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", | 
| 
 
Yusuke Sato
2016/12/14 05:19:08
You probably have to move this line to arc_binding
 
abhishekbh
2016/12/14 23:07:47
Done.
 
 | 
| - ] | 
| - | 
| - 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,7 +153,6 @@ mojom("arc_bindings") { | 
| ] | 
| public_deps = [ | 
| - ":arc_bindings_old_types", | 
| "//mojo/common:common_custom_types", | 
| ] | 
| } |