| Index: cc/ipc/transferable_resource.typemap
|
| diff --git a/cc/ipc/transferable_resource.typemap b/cc/ipc/transferable_resource.typemap
|
| index ad06d9a18b6f7c4880a8a6991341c48463a7c250..4a0b051d5c7b19c609cd98750fbbc02581609a4e 100644
|
| --- a/cc/ipc/transferable_resource.typemap
|
| +++ b/cc/ipc/transferable_resource.typemap
|
| @@ -6,18 +6,6 @@ mojom = "//cc/ipc/transferable_resource.mojom"
|
| public_headers = [ "//cc/resources/transferable_resource.h" ]
|
| traits_headers = [ "//cc/ipc/transferable_resource_struct_traits.h" ]
|
| sources = [
|
| - "//cc/ipc/transferable_resource_struct_traits.cc",
|
| -]
|
| -deps = [
|
| - "//cc",
|
| - "//gpu/command_buffer/common",
|
| - "//skia",
|
| -]
|
| -public_deps = [
|
| - "//cc",
|
| - "//gpu/command_buffer/common",
|
| - "//skia",
|
| - "//ui/gfx",
|
| - "//ui/gfx/geometry",
|
| + "//cc/ipc:struct_traits",
|
| ]
|
| type_mappings = [ "cc.mojom.TransferableResource=cc::TransferableResource" ]
|
|
|