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

Unified Diff: cc/ipc/BUILD.gn

Issue 2610723002: Unify SurfaceInfo (Closed)
Patch Set: Cleanup offscreen canvas Created 3 years, 12 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 | cc/ipc/display_compositor.mojom » ('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 e8070f1ff023a7152e7aca27c7e1a7b4daf2fd46..e5cbcef4bc84e3f34b9779d8117610cbfb7f508b 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -53,6 +53,7 @@ mojom("interfaces") {
"selection.mojom",
"shared_quad_state.mojom",
"surface_id.mojom",
+ "surface_info.mojom",
"surface_reference.mojom",
"surface_sequence.mojom",
"transferable_resource.mojom",
@@ -111,6 +112,7 @@ cc_source_set("struct_traits") {
"selection_struct_traits.h",
"shared_quad_state_struct_traits.h",
"surface_id_struct_traits.h",
+ "surface_info_struct_traits.h",
"surface_reference_struct_traits.h",
"surface_sequence_struct_traits.h",
"transferable_resource_struct_traits.cc",
« no previous file with comments | « no previous file | cc/ipc/display_compositor.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698