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

Unified Diff: ui/gfx/typemaps.gni

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/gfx/typemaps.gni
diff --git a/ui/gfx/typemaps.gni b/ui/gfx/typemaps.gni
new file mode 100644
index 0000000000000000000000000000000000000000..89dfbb45b1812158db3157b99cbc3fb49e7afafe
--- /dev/null
+++ b/ui/gfx/typemaps.gni
@@ -0,0 +1,5 @@
+# Copyright 2016 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.
+
+typemaps = [ "//ui/gfx/geometry/mojo/geometry.typemap" ]

Powered by Google App Engine
This is Rietveld 408576698