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

Unified Diff: media/mojo/interfaces/BUILD.gn

Issue 2009073003: Move mojo/converters/geometry -> ui/gfx/geometry/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: media/mojo/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 1b154cbc8056e37654d6a14d4bc606f51efa0d7a..9947c0bf1ec56c1eafe7fabb36d5de0c3e0daa8a 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -28,6 +28,6 @@ mojom("interfaces") {
}
deps = [
- "//ui/mojo/geometry:interfaces",
+ "//ui/gfx/geometry/mojo:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698