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

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

Issue 839903002: Make more services' public interfaces flexible wrt location in repo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Change to use import_dirs Created 5 years, 11 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/services/native_viewport/public/interfaces/BUILD.gn
diff --git a/mojo/services/native_viewport/public/interfaces/BUILD.gn b/mojo/services/native_viewport/public/interfaces/BUILD.gn
index 25ac003521ba439f5536bb6aac7600c3f9e09235..03115640a9a2fa542fa743ff66255596b86c25c2 100644
--- a/mojo/services/native_viewport/public/interfaces/BUILD.gn
+++ b/mojo/services/native_viewport/public/interfaces/BUILD.gn
@@ -10,10 +10,12 @@ mojom("interfaces") {
"native_viewport.mojom",
]
+ import_dirs = [ get_path_info("../../../", "abspath") ]
+
public_deps = [
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/gpu/public/interfaces",
- "//mojo/services/input_events/public/interfaces",
- "//mojo/services/surfaces/public/interfaces:surface_id",
+ "../../../geometry/public/interfaces",
+ "../../../gpu/public/interfaces",
+ "../../../input_events/public/interfaces",
+ "../../../surfaces/public/interfaces:surface_id",
]
}

Powered by Google App Engine
This is Rietveld 408576698