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

Unified Diff: ui/keyboard/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/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index 1af8a5f2b4afc395fc1992a22acd4a1b94787b9c..2849aef930b93bfb06bb15954d9a769ec3ae0980 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -132,7 +132,7 @@ mojom("mojom") {
"keyboard.mojom",
]
deps = [
- "//ui/gfx/geometry/mojo:interfaces",
+ "//ui/gfx/geometry/mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698