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

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

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: mojo/converters/geometry/BUILD.gn
diff --git a/mojo/converters/geometry/BUILD.gn b/mojo/converters/geometry/BUILD.gn
index 694487a9c7e719acf4d6b0c0a29c96476c442c0d..58b46e7ecd1334f7e90d706ff1a6df040399a2f0 100644
--- a/mojo/converters/geometry/BUILD.gn
+++ b/mojo/converters/geometry/BUILD.gn
@@ -13,7 +13,7 @@ component("geometry") {
deps = [
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo_services/src/geometry/public/interfaces",
+ "//ui/mojo/geometry:interfaces",
]
defines = [ "MOJO_GEOMETRY_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698