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

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

Issue 968553002: Attempt to fix the build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | sky/framework/embedder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/service_registry/public/interfaces/BUILD.gn
diff --git a/mojo/services/service_registry/public/interfaces/BUILD.gn b/mojo/services/service_registry/public/interfaces/BUILD.gn
index b81859433295321566f23da09422c691c5376f11..268e2dc4543184fe520a07208ba4a18619fd13cd 100644
--- a/mojo/services/service_registry/public/interfaces/BUILD.gn
+++ b/mojo/services/service_registry/public/interfaces/BUILD.gn
@@ -9,4 +9,8 @@ mojom("interfaces") {
sources = [
"service_registry.mojom",
]
+
+ import_dirs = [ get_path_info("../../../", "abspath") ]
+
+ mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
}
« no previous file with comments | « no previous file | sky/framework/embedder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698