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

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: Moved base/id_type... into gpu/command_buffer/common/id_type.… 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 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",

Powered by Google App Engine
This is Rietveld 408576698