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

Unified Diff: components/mus/public/interfaces/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: components/mus/public/interfaces/BUILD.gn
diff --git a/components/mus/public/interfaces/BUILD.gn b/components/mus/public/interfaces/BUILD.gn
index 6ae30301c66e69b5457b4c57ad4e404a7cc38326..08f942e9b590d50591277f5beddfef245857844b 100644
--- a/components/mus/public/interfaces/BUILD.gn
+++ b/components/mus/public/interfaces/BUILD.gn
@@ -39,7 +39,7 @@ mojom("interfaces") {
public_deps = [
"//cc/ipc:interfaces",
"//gpu/ipc/common:interfaces",
- "//ui/gfx/geometry/mojo:interfaces",
+ "//ui/gfx/geometry/mojo",
"//ui/platform_window/mojo:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698