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

Unified Diff: mojo/services/window_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
« no previous file with comments | « mojo/services/view_manager/public/interfaces/BUILD.gn ('k') | sky/services/testing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/public/interfaces/BUILD.gn
diff --git a/mojo/services/window_manager/public/interfaces/BUILD.gn b/mojo/services/window_manager/public/interfaces/BUILD.gn
index 6e166f9dd12050d05913ca70e8363eb209d7a98c..64c6a473b635a9df765543cdc60a0d6a31f56e94 100644
--- a/mojo/services/window_manager/public/interfaces/BUILD.gn
+++ b/mojo/services/window_manager/public/interfaces/BUILD.gn
@@ -11,6 +11,8 @@ mojom("interfaces") {
"window_manager_internal.mojom",
]
+ import_dirs = [ get_path_info("../../../", "abspath") ]
+
mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
deps = [
« no previous file with comments | « mojo/services/view_manager/public/interfaces/BUILD.gn ('k') | sky/services/testing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698