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

Unified Diff: mojo/services/view_manager/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/view_manager/public/interfaces/BUILD.gn
diff --git a/mojo/services/view_manager/public/interfaces/BUILD.gn b/mojo/services/view_manager/public/interfaces/BUILD.gn
index ad92a94627503b79035ff3a133c5f8a3d5a07052..3d4e6cf34d4b228d1d427168a4e1d334dcef0fe5 100644
--- a/mojo/services/view_manager/public/interfaces/BUILD.gn
+++ b/mojo/services/view_manager/public/interfaces/BUILD.gn
@@ -12,6 +12,8 @@ mojom("interfaces") {
"view_manager_constants.mojom",
]
+ import_dirs = [ get_path_info("../../../", "abspath") ]
+
mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
deps = [
« no previous file with comments | « mojo/services/surfaces/public/interfaces/BUILD.gn ('k') | mojo/services/window_manager/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698