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

Unified Diff: cc/ipc/BUILD.gn

Issue 2695603002: Replace OffscreenCanvasSurfaceClient with DisplayCompositorClient (Closed)
Patch Set: Delete unused import surface_info Created 3 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 | « no previous file | components/display_compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index 42eaf444d11a0eabe11071c3d90a3a392fcb9c62..d5585cae3f65e4c110b9afb39ba002dd44d6b834 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -44,6 +44,7 @@ mojom("interfaces") {
"compositor_frame_metadata.mojom",
"copy_output_request.mojom",
"copy_output_result.mojom",
+ "display_compositor.mojom",
"filter_operation.mojom",
"filter_operations.mojom",
"frame_sink_id.mojom",
@@ -72,20 +73,6 @@ mojom("interfaces") {
]
}
-# Interfaces between two privileged services.
-mojom("internal_interfaces") {
- sources = [
- "display_compositor.mojom",
- ]
-
- public_deps = [
- ":interfaces",
- "//gpu/ipc/common:interfaces",
- "//ui/gfx/geometry/mojo",
- "//ui/gfx/mojo",
- ]
-}
-
mojom("test_interfaces") {
testonly = true
sources = [
« no previous file with comments | « no previous file | components/display_compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698