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

Unified Diff: mojo/services/public/interfaces/gpu/BUILD.gn

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits Created 6 years 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/services/public/interfaces/gpu/BUILD.gn
diff --git a/mojo/services/public/interfaces/gpu/BUILD.gn b/mojo/services/public/interfaces/gpu/BUILD.gn
index 26d2dbdd6435448cdc6d66efb2cd52535ea412e0..39aa4f10f295deb020d033a0ec1b40a13211e5e3 100644
--- a/mojo/services/public/interfaces/gpu/BUILD.gn
+++ b/mojo/services/public/interfaces/gpu/BUILD.gn
@@ -13,6 +13,6 @@ mojom("gpu") {
]
deps = [
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
]
}
« no previous file with comments | « mojo/services/public/interfaces/geometry/geometry.mojom ('k') | mojo/services/public/interfaces/gpu/gpu.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698