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

Unified Diff: mojo/services/surfaces/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/surfaces/public/interfaces/BUILD.gn
diff --git a/mojo/services/surfaces/public/interfaces/BUILD.gn b/mojo/services/surfaces/public/interfaces/BUILD.gn
index 323d5afdfc36f417297262ebdb39c8334e15c762..10e0a58b0a8492b3f2b6f2c98e5a1ec6358e7181 100644
--- a/mojo/services/surfaces/public/interfaces/BUILD.gn
+++ b/mojo/services/surfaces/public/interfaces/BUILD.gn
@@ -12,6 +12,8 @@ mojom("interfaces") {
"surfaces_service.mojom",
]
+ import_dirs = [ get_path_info("../../../", "abspath") ]
+
deps = [
":surface_id",
"//mojo/services/geometry/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698