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

Unified Diff: mojo/services/public/interfaces/native_viewport/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/native_viewport/BUILD.gn
diff --git a/mojo/services/public/interfaces/native_viewport/BUILD.gn b/mojo/services/public/interfaces/native_viewport/BUILD.gn
index 04502afea8d32dbe6b44faf734744111d0f70e58..f0967e598d940d06e0ae79e4ec242ef6ae1dbf98 100644
--- a/mojo/services/public/interfaces/native_viewport/BUILD.gn
+++ b/mojo/services/public/interfaces/native_viewport/BUILD.gn
@@ -10,7 +10,7 @@ mojom("native_viewport") {
]
public_deps = [
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/input_events",
"//mojo/services/surfaces/public/interfaces:surface_id",

Powered by Google App Engine
This is Rietveld 408576698