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

Unified Diff: content/common/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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 9953d2efccac6e6223dd719d1b4f326192f62f9b..d7e837202dc427e64d26a28b9613c8a8afb91ddf 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -239,7 +239,7 @@ mojom("mojo_bindings") {
"//services/shell/public/interfaces",
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
- "//ui/gfx/geometry/mojo:interfaces",
+ "//ui/gfx/geometry/mojo",
"//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698