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

Unified Diff: components/viz/frame_sinks/BUILD.gn

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « components/viz/display_compositor/yuv_readback_unittest.cc ('k') | components/viz/frame_sinks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/frame_sinks/BUILD.gn
diff --git a/components/viz/frame_sinks/BUILD.gn b/components/viz/frame_sinks/BUILD.gn
index 2c7012e4e9dde3292baf4d5df74db633d00535fa..386ec2f6ef864ba59a9999c9d98084e615919847 100644
--- a/components/viz/frame_sinks/BUILD.gn
+++ b/components/viz/frame_sinks/BUILD.gn
@@ -18,7 +18,6 @@ component("frame_sinks") {
"gpu_root_compositor_frame_sink.h",
"mojo_frame_sink_manager.cc",
"mojo_frame_sink_manager.h",
- "viz_export.h",
]
deps = [
@@ -26,7 +25,7 @@ component("frame_sinks") {
"//cc",
"//cc/ipc:interfaces",
"//cc/surfaces",
- "//components/display_compositor",
+ "//components/viz/display_compositor",
"//gpu/ipc:command_buffer",
]
« no previous file with comments | « components/viz/display_compositor/yuv_readback_unittest.cc ('k') | components/viz/frame_sinks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698