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

Unified Diff: ui/gfx/geometry/mojo/geometry.typemap

Issue 2027203002: Rename mojo.* ui/gfx/geometry/mojo types to gfx.mojom.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build 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/geometry/mojo/geometry.mojom ('k') | ui/gfx/geometry/mojo/geometry_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/geometry/mojo/geometry.typemap
diff --git a/ui/gfx/geometry/mojo/geometry.typemap b/ui/gfx/geometry/mojo/geometry.typemap
index b7e8a50e020149f7fe16c8a38fbcdccf96991a1e..d372e224594883762f6428f6c89c1cdab13aa41f 100644
--- a/ui/gfx/geometry/mojo/geometry.typemap
+++ b/ui/gfx/geometry/mojo/geometry.typemap
@@ -16,12 +16,12 @@ deps = [
"//ui/gfx/geometry",
]
type_mappings = [
- "mojo.Point=gfx::Point",
- "mojo.PointF=gfx::PointF",
- "mojo.Size=gfx::Size",
- "mojo.SizeF=gfx::SizeF",
- "mojo.Rect=gfx::Rect",
- "mojo.RectF=gfx::RectF",
- "mojo.Insets=gfx::Insets",
- "mojo.InsetsF=gfx::InsetsF",
+ "gfx.mojom.Point=gfx::Point",
+ "gfx.mojom.PointF=gfx::PointF",
+ "gfx.mojom.Size=gfx::Size",
+ "gfx.mojom.SizeF=gfx::SizeF",
+ "gfx.mojom.Rect=gfx::Rect",
+ "gfx.mojom.RectF=gfx::RectF",
+ "gfx.mojom.Insets=gfx::Insets",
+ "gfx.mojom.InsetsF=gfx::InsetsF",
]
« no previous file with comments | « ui/gfx/geometry/mojo/geometry.mojom ('k') | ui/gfx/geometry/mojo/geometry_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698