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

Unified Diff: ui/gfx/typemaps.gni

Issue 2028573003: Implement gfx::Transform StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing build file 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
« no previous file with comments | « ui/gfx/mojo/typemaps.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/typemaps.gni
diff --git a/ui/gfx/typemaps.gni b/ui/gfx/typemaps.gni
index 89dfbb45b1812158db3157b99cbc3fb49e7afafe..e588bd074226df2e9365379efdbc349d4ef7d084 100644
--- a/ui/gfx/typemaps.gni
+++ b/ui/gfx/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/gfx/geometry/mojo/geometry.typemap" ]
+typemaps = [
+ "//ui/gfx/geometry/mojo/geometry.typemap",
+ "//ui/gfx/mojo/transform.typemap",
+]
« no previous file with comments | « ui/gfx/mojo/typemaps.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698