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

Unified Diff: ui/display/mojo/typemaps.gni

Issue 2636073002: Create mojom and StructTraits for ui/display/types/display_mode.cc (Closed)
Patch Set: remove expect_true in void function 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
« no previous file with comments | « ui/display/mojo/display_struct_traits_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/mojo/typemaps.gni
diff --git a/ui/display/mojo/typemaps.gni b/ui/display/mojo/typemaps.gni
index c527c4d7837b19c4937ae565fdebaeeef0c1cfdf..3c2456c0b0ec331f2f75e0164fffe1d985186b19 100644
--- a/ui/display/mojo/typemaps.gni
+++ b/ui/display/mojo/typemaps.gni
@@ -2,4 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [ "//ui/display/mojo/display.typemap" ]
+typemaps = [
+ "//ui/display/mojo/display.typemap",
+ "//ui/display/mojo/display_mode.typemap",
+]
« no previous file with comments | « ui/display/mojo/display_struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698