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

Unified Diff: mojo/services/input_events/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/input_events/public/interfaces/BUILD.gn
diff --git a/mojo/services/input_events/public/interfaces/BUILD.gn b/mojo/services/input_events/public/interfaces/BUILD.gn
index 58ba619ca0c3ec4ceb826168b3601da7a135a588..e7a75f2e806a9af7bfdb115381eeab774c625563 100644
--- a/mojo/services/input_events/public/interfaces/BUILD.gn
+++ b/mojo/services/input_events/public/interfaces/BUILD.gn
@@ -12,7 +12,9 @@ mojom("interfaces") {
"input_key_codes.mojom",
]
+ import_dirs = [ get_path_info("../../../", "abspath") ]
+
deps = [
- "//mojo/services/geometry/public/interfaces",
+ "../../../geometry/public/interfaces",
]
}
« no previous file with comments | « mojo/services/gpu/public/interfaces/gpu.mojom ('k') | mojo/services/input_events/public/interfaces/input_events.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698