| Index: gpu/ipc/common/sync_token.typemap
|
| diff --git a/gpu/ipc/common/sync_token.typemap b/gpu/ipc/common/sync_token.typemap
|
| index dd91c13a4ff981ba0382e89210409e83d94e4f30..79a407085b577e6e3249d96355bdc1a3ac656b5b 100644
|
| --- a/gpu/ipc/common/sync_token.typemap
|
| +++ b/gpu/ipc/common/sync_token.typemap
|
| @@ -5,8 +5,11 @@
|
| mojom = "//gpu/ipc/common/sync_token.mojom"
|
| public_headers = [ "//gpu/command_buffer/common/sync_token.h" ]
|
| traits_headers = [ "//gpu/ipc/common/sync_token_struct_traits.h" ]
|
| +deps = [
|
| + "//gpu/ipc/common:struct_traits",
|
| +]
|
| public_deps = [
|
| - "//gpu/command_buffer/common"
|
| + "//gpu/command_buffer/common",
|
| ]
|
|
|
| type_mappings = [ "gpu.mojom.SyncToken=::gpu::SyncToken" ]
|
|
|