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

Unified Diff: gpu/command_buffer_common.gypi

Issue 1394543003: Added SyncToken command buffer trait to help with IPC messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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.gypi
diff --git a/gpu/command_buffer_common.gypi b/gpu/command_buffer_common.gypi
index d793b485ef96e331c7f2e377f654d7db6ead87c2..3e0172bf8875d11399f49892dc76827e65f1ec57 100644
--- a/gpu/command_buffer_common.gypi
+++ b/gpu/command_buffer_common.gypi
@@ -29,6 +29,8 @@
'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',
'command_buffer/common/value_state.cc',

Powered by Google App Engine
This is Rietveld 408576698