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

Unified Diff: cc/ipc/BUILD.gn

Issue 2042413003: Implement cc::FilterOperation StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Addressed Enne's comment 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
« no previous file with comments | « no previous file | cc/ipc/filter_operation.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 2eab33442a9ebab4a4280a661b3d3f4f6808f08e..71b756809a67c107e81fd35609831fc1c6d1d201 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -39,6 +39,7 @@ mojom("interfaces") {
sources = [
"begin_frame_args.mojom",
"compositor_frame_metadata.mojom",
+ "filter_operation.mojom",
"render_pass_id.mojom",
"returned_resource.mojom",
"selection.mojom",
@@ -51,6 +52,7 @@ mojom("interfaces") {
public_deps = [
"//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
+ "//skia/public/interfaces",
"//ui/events/mojo:interfaces",
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
« no previous file with comments | « no previous file | cc/ipc/filter_operation.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698