| Index: cc/ipc/filter_operations.typemap
|
| diff --git a/cc/ipc/filter_operations.typemap b/cc/ipc/filter_operations.typemap
|
| index 5ff0fe01eeba96af5730b127aafeeb0763c1e0f8..46f8215ba86ac21cbc0ed41f33ffaca2caa49114 100644
|
| --- a/cc/ipc/filter_operations.typemap
|
| +++ b/cc/ipc/filter_operations.typemap
|
| @@ -5,5 +5,7 @@
|
| mojom = "//cc/ipc/filter_operations.mojom"
|
| public_headers = [ "//cc/output/filter_operations.h" ]
|
| traits_headers = [ "//cc/ipc/filter_operations_struct_traits.h" ]
|
| -deps = [ "//cc", ]
|
| +deps = [
|
| + "//cc/ipc:struct_traits",
|
| +]
|
| type_mappings = [ "cc.mojom.FilterOperations=cc::FilterOperations" ]
|
|
|