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

Unified Diff: ui/display/mojo/BUILD.gn

Issue 2646213002: Write mojom and StructTraits for DisplaySnapshot. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 | « ui/display/display_snapshot_mojo.cc ('k') | ui/display/mojo/display_constants.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/mojo/BUILD.gn
diff --git a/ui/display/mojo/BUILD.gn b/ui/display/mojo/BUILD.gn
index d39f34313a859c0d38fa1a59cdd9f03493eaa268..98cb6e6aa1c9385363b98440a11d4146f2408da4 100644
--- a/ui/display/mojo/BUILD.gn
+++ b/ui/display/mojo/BUILD.gn
@@ -7,12 +7,15 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"display.mojom",
+ "display_constants.mojom",
"display_layout.mojom",
"display_mode.mojom",
+ "display_snapshot_mojo.mojom",
"gamma_ramp_rgb_entry.mojom",
]
public_deps = [
+ "//mojo/common:common_custom_types",
"//ui/gfx/geometry/mojo",
]
}
« no previous file with comments | « ui/display/display_snapshot_mojo.cc ('k') | ui/display/mojo/display_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698