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

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

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/BUILD.gn
diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn
index 6f3ec0c4bd2b4756eb572ea22004fda198817193..ec19850d2d8d9085b3682edc99456f783ae0ac10 100644
--- a/gpu/command_buffer/common/BUILD.gn
+++ b/gpu/command_buffer/common/BUILD.gn
@@ -44,6 +44,8 @@ source_set("common_sources") {
"mailbox.h",
"mailbox_holder.cc",
"mailbox_holder.h",
+ "sync_token.cc",
+ "sync_token.h",
"thread_local.h",
"time.h",
"value_state.cc",

Powered by Google App Engine
This is Rietveld 408576698