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

Unified Diff: ui/display/BUILD.gn

Issue 2646213002: Write mojom and StructTraits for DisplaySnapshot. (Closed)
Patch Set: use filepath mojom 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
« no previous file with comments | « no previous file | ui/display/mojo/BUILD.gn » ('j') | ui/display/mojo/display_constants.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 643971c6e53794f89a17ddab7c511f76c1bb1377..02c44392920e68e599070511f29ac5a226102e3d 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -30,6 +30,8 @@ component("display") {
"fake_display_snapshot.h",
"ios/screen_ios.mm",
"mac/screen_mac.mm",
+ "mojo/display_snapshot_mojo.cc",
kylechar 2017/02/10 21:40:29 I would move these files so they are src/ui/displa
+ "mojo/display_snapshot_mojo.h",
"screen.cc",
"screen.h",
"screen_aura.cc",
« no previous file with comments | « no previous file | ui/display/mojo/BUILD.gn » ('j') | ui/display/mojo/display_constants.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698