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

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: indentation Created 5 years, 4 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..e6bd2b7c1ce76a36cf3d75d0f89417315531f15b 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -38,6 +38,9 @@ group("services") {
"//services/sensors",
"//services/speech_recognizer",
]
+ if (defined(go_build_tool) && go_build_tool != "") {
+ deps += [ "//services/vanadium/security:principal_service" ]
+ }
}
if (is_linux) {

Powered by Google App Engine
This is Rietveld 408576698