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

Unified Diff: cc/ipc/BUILD.gn

Issue 2080383002: cc/ipc: Move CompositorFrame mojoms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated owners 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/compositor_frame.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 6eed82b65f32838c761a0f8639aabd639899f901..46895f17e7ed0fb02715b80d98e9e5d97441fc83 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -38,10 +38,12 @@ component("ipc") {
mojom("interfaces") {
sources = [
"begin_frame_args.mojom",
+ "compositor_frame.mojom",
"compositor_frame_metadata.mojom",
"filter_operation.mojom",
"filter_operations.mojom",
"quads.mojom",
+ "render_pass.mojom",
"render_pass_id.mojom",
"returned_resource.mojom",
"selection.mojom",
« no previous file with comments | « no previous file | cc/ipc/compositor_frame.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698