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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2795823003: Create //components/viz/frame_sinks and move code. (Closed)
Patch Set: Fix DEPS. Created 3 years, 8 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 | « services/ui/gpu/gpu_main.cc ('k') | services/ui/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index 2cf75e1ee6bf2823df36ab40da57e13b5b81e680..b63bba35746a8fdcff8611e2a41f933baf0be329 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -8,9 +8,6 @@ source_set("surfaces") {
sources = [
"display_output_surface.cc",
"display_output_surface.h",
- "display_provider.h",
- "mojo_frame_sink_manager.cc",
- "mojo_frame_sink_manager.h",
"mus_display_provider.cc",
"mus_display_provider.h",
]
@@ -21,6 +18,7 @@ source_set("surfaces") {
"//cc/ipc:interfaces",
"//cc/surfaces",
"//components/display_compositor",
+ "//components/viz/frame_sinks",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/ipc:command_buffer",
« no previous file with comments | « services/ui/gpu/gpu_main.cc ('k') | services/ui/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698