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

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

Issue 2970353002: Add GpuMemoryBuffer support for DXGI handles.
Patch Set: add image texture target Created 3 years, 5 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/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index 686c4a9607778f6cc35485fad3270719558d9c62..88f7f177e0d4562cf98bd67f5e5893d69f0385f3 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -40,6 +40,8 @@ target(link_target_type, "ipc_service_sources") {
"gpu_init.h",
"gpu_memory_buffer_factory.cc",
"gpu_memory_buffer_factory.h",
+ "gpu_memory_buffer_factory_win.cc",
+ "gpu_memory_buffer_factory_win.h",
"gpu_memory_manager.cc",
"gpu_memory_manager.h",
"gpu_memory_tracking.cc",

Powered by Google App Engine
This is Rietveld 408576698