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..9926422cc933c01c052e6b074b7dcf1f4b6dffa7 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", |
@@ -44,6 +45,7 @@ source_set("common_sources") { |
"mailbox.h", |
"mailbox_holder.cc", |
"mailbox_holder.h", |
+ "sync_token.cc", |
"sync_token.h", |
"thread_local.h", |
"time.h", |