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

Unified Diff: cc/ipc/BUILD.gn

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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 | « cc/BUILD.gn ('k') | cc/ipc/cc_param_traits.h » ('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 ed2a71fd11713d0da81762bb10db140bdf8fd65b..50a707e544ad630c006019a0f9499f4a037732e3 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -43,6 +43,7 @@ mojom("interfaces") {
"compositor_frame_metadata.mojom",
"filter_operation.mojom",
"filter_operations.mojom",
+ "frame_sink_id.mojom",
"mojo_compositor_frame_sink.mojom",
"quads.mojom",
"render_pass.mojom",
@@ -84,6 +85,7 @@ source_set("struct_traits") {
"compositor_frame_struct_traits.h",
"filter_operation_struct_traits.h",
"filter_operations_struct_traits.h",
+ "frame_sink_id_struct_traits.h",
"quads_struct_traits.cc",
"quads_struct_traits.h",
"render_pass_id_struct_traits.h",
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/cc_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698