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

Unified Diff: ui/mojo/geometry/BUILD.gn

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: 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/mojo/geometry/BUILD.gn
diff --git a/ui/mojo/geometry/BUILD.gn b/ui/mojo/geometry/BUILD.gn
index b44586de90db8dae45444f9ee67e818b19c62c86..3e8ed261f04ee08d1e5d4b080394f84ce413b199 100644
--- a/ui/mojo/geometry/BUILD.gn
+++ b/ui/mojo/geometry/BUILD.gn
@@ -9,13 +9,3 @@ mojom("interfaces") {
"geometry.mojom",
]
}
-
-source_set("util") {
- sources = [
- "geometry_util.h",
- ]
-
- deps = [
- ":interfaces",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698