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

Unified Diff: cc/ipc/BUILD.gn

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase 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 | « no previous file | cc/ipc/compositor_frame.typemap » ('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 9a161e288576d1ac5f235a09e974f364e96b3764..6b95bb26bedcf14a1b231a68c894feab9362b5ad 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -49,11 +49,12 @@ mojom("interfaces") {
"returned_resource.mojom",
"selection.mojom",
"shared_quad_state.mojom",
+ "surface_id.mojom",
+ "surface_sequence.mojom",
"transferable_resource.mojom",
]
- public_deps = [
- ":interfaces_surfaceid_only",
+ deps = [
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
"//skia/public/interfaces",
@@ -63,13 +64,6 @@ mojom("interfaces") {
]
}
-mojom("interfaces_surfaceid_only") {
- sources = [
- "surface_id.mojom",
- "surface_sequence.mojom",
- ]
-}
-
mojom("test_interfaces") {
testonly = true
sources = [
@@ -78,6 +72,42 @@ mojom("test_interfaces") {
public_deps = [
":interfaces",
- ":interfaces_surfaceid_only",
+ ]
+}
+
+source_set("struct_traits") {
+ sources = [
+ "compositor_frame_metadata_struct_traits.cc",
+ "compositor_frame_metadata_struct_traits.h",
+ "compositor_frame_struct_traits.cc",
+ "compositor_frame_struct_traits.h",
+ "filter_operation_struct_traits.h",
+ "filter_operations_struct_traits.h",
+ "quads_struct_traits.cc",
+ "quads_struct_traits.h",
+ "render_pass_id_struct_traits.h",
+ "render_pass_struct_traits.cc",
+ "render_pass_struct_traits.h",
+ "selection_struct_traits.h",
+ "shared_quad_state_struct_traits.h",
+ "surface_id_struct_traits.h",
+ "surface_sequence_struct_traits.h",
+ "transferable_resource_struct_traits.cc",
+ "transferable_resource_struct_traits.h",
+ ]
+ public_deps = [
+ ":interfaces_shared_cpp_sources",
+ "//base",
+ "//cc",
+ "//cc/surfaces:surface_id",
+ "//gpu/ipc/common:struct_traits",
+ "//mojo/common:struct_traits",
+ "//skia/public/interfaces:struct_traits",
+ "//ui/events:events_base",
+ "//ui/events/mojo:struct_traits",
+ "//ui/gfx",
+ "//ui/gfx:selection_bound",
+ "//ui/gfx/geometry/mojo:struct_traits",
+ "//ui/gfx/mojo:struct_traits",
]
}
« no previous file with comments | « no previous file | cc/ipc/compositor_frame.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698