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

Unified Diff: ui/display/mojo/display_mode.typemap

Issue 2636073002: Create mojom and StructTraits for ui/display/types/display_mode.cc (Closed)
Patch Set: Change structure not to use display_mode_mojo.(cc|h). Instead, use friend class in display_mode.h. Created 3 years, 11 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/display_mode.typemap
diff --git a/ui/display/mojo/display_mode.typemap b/ui/display/mojo/display_mode.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..6075bce4047913f00bbffd4aad89b044c270917a
--- /dev/null
+++ b/ui/display/mojo/display_mode.typemap
@@ -0,0 +1,11 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//ui/display/mojo/display_mode.mojom"
+public_headers = [ "//ui/display/types/display_mode.h" ]
+traits_headers = [ "//ui/display/mojo/display_mode_struct_traits.h" ]
+public_deps = [
+ "//ui/display",
+]
kylechar 2017/01/25 16:59:44 deps = [ "//ui/gfx/geometry", ]
thanhph1 2017/01/25 20:28:39 Done, thanks!
+type_mappings = [ "display.mojom.DisplayMode=display::DisplayMode" ]

Powered by Google App Engine
This is Rietveld 408576698