| Index: gpu/command_buffer/common/BUILD.gn
|
| diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn
|
| index 4b69e04e11426c35626608fe1a5b48bf3a765eb2..633e79119d3cabc911adc602028e09888a8b153f 100644
|
| --- a/gpu/command_buffer/common/BUILD.gn
|
| +++ b/gpu/command_buffer/common/BUILD.gn
|
| @@ -53,6 +53,8 @@ source_set("common_sources") {
|
| "mailbox.h",
|
| "mailbox_holder.cc",
|
| "mailbox_holder.h",
|
| + "scheduling_priority.cc",
|
| + "scheduling_priority.h",
|
| "sync_token.cc",
|
| "sync_token.h",
|
| "texture_in_use_response.h",
|
|
|