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

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

Issue 2930143004: Add DIRECT_COMPOSITION GpuMemoryBuffer type.
Patch Set: fix build Created 3 years, 6 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..0558d6031b7adfaa9326c695779b43c09276139c 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -87,6 +87,10 @@ target(link_target_type, "ipc_service_sources") {
"direct_composition_child_surface_win.h",
"direct_composition_surface_win.cc",
"direct_composition_surface_win.h",
+ "gl_image_direct_composition.cc",
+ "gl_image_direct_composition.h",
+ "gpu_memory_buffer_factory_win.cc",
+ "gpu_memory_buffer_factory_win.h",
"image_transport_surface_win.cc",
]
libs += [ "dwmapi.lib" ]

Powered by Google App Engine
This is Rietveld 408576698