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

Unified Diff: gpu/command_buffer_common.gypi

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... 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
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer_common.gypi
diff --git a/gpu/command_buffer_common.gypi b/gpu/command_buffer_common.gypi
index 0c6233c89bd42672957bab79175a2e203c3f3652..1831a92cea9d0ab56f39d995fe575f989dd48892 100644
--- a/gpu/command_buffer_common.gypi
+++ b/gpu/command_buffer_common.gypi
@@ -15,6 +15,7 @@
'command_buffer/common/cmd_buffer_common.cc',
'command_buffer/common/cmd_buffer_common.h',
'command_buffer/common/command_buffer.h',
+ 'command_buffer/common/command_buffer_id.h',
'command_buffer/common/constants.h',
'command_buffer/common/debug_marker_manager.cc',
'command_buffer/common/debug_marker_manager.h',
@@ -25,10 +26,12 @@
'command_buffer/common/gles2_cmd_ids_autogen.h',
'command_buffer/common/id_allocator.cc',
'command_buffer/common/id_allocator.h',
+ 'command_buffer/common/id_type.h',
'command_buffer/common/mailbox.cc',
'command_buffer/common/mailbox.h',
'command_buffer/common/mailbox_holder.cc',
'command_buffer/common/mailbox_holder.h',
+ 'command_buffer/common/sync_token.cc',
'command_buffer/common/sync_token.h',
'command_buffer/common/thread_local.h',
'command_buffer/common/time.h',
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698