Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: gpu/command_buffer/common/BUILD.gn

Issue 1548443002: Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-safe-save-package-id-self-contained
Patch Set: Rebasing (i.e. had to add GetSize to IPC traits). Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698