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

Unified Diff: services/BUILD.gn

Issue 1116653002: Introduce authentication service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 8 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 86ee32f638d3306205197d5ad41214f9f0d79884..d0a487b85120653fd9494c9983d069b7c17a2bad 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -30,6 +30,7 @@ group("services") {
if (is_android) {
deps += [
"//services/android:java_handler",
+ "//services/authentication",
"//services/location",
"//services/sensors",
]

Powered by Google App Engine
This is Rietveld 408576698