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

Unified Diff: ui/gfx/mojo/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: 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/mojo/BUILD.gn
diff --git a/ui/gfx/mojo/BUILD.gn b/ui/gfx/mojo/BUILD.gn
index 64738e5f469e0c5f20549a6f253fd3a37337edb3..1fa425ddb00161bee01ed3c3f5a667d5743cbba8 100644
--- a/ui/gfx/mojo/BUILD.gn
+++ b/ui/gfx/mojo/BUILD.gn
@@ -11,7 +11,7 @@ component("mojo") {
deps = [
"//mojo/public/c/system:for_component",
"//skia",
- "//ui/gfx/geometry/mojo:interfaces",
+ "//ui/gfx/geometry/mojo",
]
defines = [ "MOJO_TRANSFORM_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698