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

Unified Diff: cc/ipc/BUILD.gn

Issue 2042643002: Implement cc::CompositorFrameMetadata StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Diff against LatencyInfo Created 4 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: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index b814fb673ebaf0109c131ce1b83f06dac653e87f..ab6eb0b063294efd0bb9ae4854ceaeefa9719aa7 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -38,6 +38,7 @@ component("ipc") {
mojom("interfaces") {
sources = [
"begin_frame_args.mojom",
+ "compositor_frame_metadata.mojom",
"render_pass_id.mojom",
"returned_resource.mojom",
"selection.mojom",
@@ -49,6 +50,7 @@ mojom("interfaces") {
public_deps = [
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
+ "//ui/events/mojo:interfaces",
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
]
« no previous file with comments | « no previous file | cc/ipc/compositor_frame_metadata.mojom » ('j') | cc/ipc/compositor_frame_metadata_struct_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698