| Index: gpu/command_buffer/common/BUILD.gn
|
| diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn
|
| index c04d5d289e99e6bd910948af4cfdb1183b61d946..af72abaee702c0fd99099ed14a9c44035f02a796 100644
|
| --- a/gpu/command_buffer/common/BUILD.gn
|
| +++ b/gpu/command_buffer/common/BUILD.gn
|
| @@ -32,6 +32,7 @@ source_set("common_sources") {
|
| "cmd_buffer_common.cc",
|
| "cmd_buffer_common.h",
|
| "command_buffer.h",
|
| + "command_buffer_id.h",
|
| "constants.h",
|
| "debug_marker_manager.cc",
|
| "debug_marker_manager.h",
|
| @@ -42,10 +43,12 @@ source_set("common_sources") {
|
| "gles2_cmd_ids_autogen.h",
|
| "id_allocator.cc",
|
| "id_allocator.h",
|
| + "id_type.h",
|
| "mailbox.cc",
|
| "mailbox.h",
|
| "mailbox_holder.cc",
|
| "mailbox_holder.h",
|
| + "sync_token.cc",
|
| "sync_token.h",
|
| "thread_local.h",
|
| "time.h",
|
|
|