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

Unified Diff: gpu/ipc/client/BUILD.gn

Issue 2383753002: gpu: Add GpuFence framework.
Patch Set: rebase Created 4 years, 1 month 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/ipc/client/BUILD.gn
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
index aa4f317e4af44d50c594979a51a59a060631c2be..bdbfc09a8247f309602eaf54c41e0cfc933ca233 100644
--- a/gpu/ipc/client/BUILD.gn
+++ b/gpu/ipc/client/BUILD.gn
@@ -22,6 +22,8 @@ source_set("ipc_client_sources") {
"command_buffer_proxy_impl.h",
"gpu_channel_host.cc",
"gpu_channel_host.h",
+ "gpu_fence_impl.cc",
+ "gpu_fence_impl.h",
"gpu_memory_buffer_impl.cc",
"gpu_memory_buffer_impl.h",
"gpu_memory_buffer_impl_shared_memory.cc",

Powered by Google App Engine
This is Rietveld 408576698