Index: gpu/command_buffer/common/BUILD.gn |
diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn |
index 0783191cc06b02b139c75cb82b8c1cc32f67e7b9..62e195c1bc17b5bfb6972bc3c80d9927700f9db8 100644 |
--- a/gpu/command_buffer/common/BUILD.gn |
+++ b/gpu/command_buffer/common/BUILD.gn |
@@ -30,6 +30,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", |
@@ -40,10 +41,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", |