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

Unified Diff: services/BUILD.gn

Issue 1466733002: Google OAuth Device Flow support for FNL (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Updated comments for authentication.mojom Created 5 years 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 419c42304da0268500fd9472548d259bd65d2b32..4d12a4f52ed500874b04feb79d94e6389c0ec89d 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -85,6 +85,10 @@ group("tests") {
"//services/prediction:apptests",
]
+ if (!is_android) {
+ deps += [ "//services/authentication:apptests" ]
+ }
+
if (is_linux && !is_fnl) {
deps += [ "//services/python:python_apptests" ]
}

Powered by Google App Engine
This is Rietveld 408576698