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

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

Issue 2490503002: gpu: A common GpuMemoryBufferManager implemenetation for clients. (Closed)
Patch Set: tot merge 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | gpu/ipc/client/client_gpu_memory_buffer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/BUILD.gn
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
index aa4f317e4af44d50c594979a51a59a060631c2be..62c7400c8286b11287721fa977c535acf859273c 100644
--- a/gpu/ipc/client/BUILD.gn
+++ b/gpu/ipc/client/BUILD.gn
@@ -18,6 +18,8 @@ group("client") {
source_set("ipc_client_sources") {
sources = [
+ "client_gpu_memory_buffer_manager.cc",
+ "client_gpu_memory_buffer_manager.h",
"command_buffer_proxy_impl.cc",
"command_buffer_proxy_impl.h",
"gpu_channel_host.cc",
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | gpu/ipc/client/client_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698