| Index: cc/ipc/transferable_resource.typemap
|
| diff --git a/cc/ipc/transferable_resource.typemap b/cc/ipc/transferable_resource.typemap
|
| index 60009323399ba129e9ad101b1d60e52810101817..ad06d9a18b6f7c4880a8a6991341c48463a7c250 100644
|
| --- a/cc/ipc/transferable_resource.typemap
|
| +++ b/cc/ipc/transferable_resource.typemap
|
| @@ -5,11 +5,19 @@
|
| mojom = "//cc/ipc/transferable_resource.mojom"
|
| public_headers = [ "//cc/resources/transferable_resource.h" ]
|
| traits_headers = [ "//cc/ipc/transferable_resource_struct_traits.h" ]
|
| -deps = [ "//cc", "//gpu/command_buffer/common", "//skia",]
|
| +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",
|
| + "//skia",
|
| + "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| ]
|
| type_mappings = [ "cc.mojom.TransferableResource=cc::TransferableResource" ]
|
|
|