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

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

Issue 2646213002: Write mojom and StructTraits for DisplaySnapshot. (Closed)
Patch Set: fix format/comments. Refactor structure/code. Created 3 years, 10 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
Index: ui/display/mojo/BUILD.gn
diff --git a/ui/display/mojo/BUILD.gn b/ui/display/mojo/BUILD.gn
index 8be72888bf5b4e37dd840f23424f6bef03344523..7b805c065197a19026552589b24067a02d0fdbb0 100644
--- a/ui/display/mojo/BUILD.gn
+++ b/ui/display/mojo/BUILD.gn
@@ -7,11 +7,14 @@ 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",
]
public_deps = [
+ "//mojo/common:common_custom_types",
"//ui/gfx/geometry/mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698