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

Unified Diff: content/gpu/BUILD.gn

Issue 1656433002: Sample code: IPC Transport object for GPU Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GpuMemoryBufferService + Transport object. TODO: Eliminate ChildThreadImpl dependency 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 | « content/content_gpu.gypi ('k') | content/gpu/chrome_gpu_memory_buffer_service_ipc_transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 91600f1db7d267d0b44069730fdb7e8f6b998800..cce248d24371113ab318c50bbd7e2afc7a2b22de 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -25,9 +25,14 @@ source_set("gpu_sources") {
visibility = [ "//content/*" ]
sources = [
+ "chrome_gpu_memory_buffer_service_ipc_transport.cc",
+ "chrome_gpu_memory_buffer_service_ipc_transport.h",
"gpu_child_thread.cc",
"gpu_child_thread.h",
"gpu_main.cc",
+ "gpu_memory_buffer_service.cc",
+ "gpu_memory_buffer_service.h",
+ "gpu_memory_buffer_service_ipc_transport.h",
"gpu_process.cc",
"gpu_process.h",
"gpu_process_control_impl.cc",
« no previous file with comments | « content/content_gpu.gypi ('k') | content/gpu/chrome_gpu_memory_buffer_service_ipc_transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698