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

Unified Diff: cc/ipc/BUILD.gn

Issue 2537343004: Add SurfaceReference class. (Closed)
Patch Set: Fixes. Created 4 years 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/local_frame_id_struct_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 01c83e3cfb1242146a8a75888dd374ad79324ce5..fab163daa501cfd54f7feb893ce8f2c6526608b8 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -54,6 +54,7 @@ mojom("interfaces") {
"selection.mojom",
"shared_quad_state.mojom",
"surface_id.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_reference_struct_traits.h",
"surface_sequence_struct_traits.h",
"transferable_resource_struct_traits.cc",
"transferable_resource_struct_traits.h",
« no previous file with comments | « no previous file | cc/ipc/local_frame_id_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698