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

Unified Diff: services/BUILD.gn

Issue 1261403003: Initial skeletal implementation of the PrincipalService. Also, use the Login()/GetUserBlessing() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: code-review comments from ataly Created 5 years, 5 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: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 13091a7585973142407ccb8532fe71cfa8c43e52..27e1b1a5d9886cc989ba0576c1dc5c938681df8b 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -40,6 +40,10 @@ group("services") {
]
}
+ if (defined(go_build_tool) && go_build_tool != "") {
+ deps += [ "//services/vanadium/security:go_principal_service" ]
+ }
+
if (is_linux) {
deps += [ "//services/python" ]
}

Powered by Google App Engine
This is Rietveld 408576698