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

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: Removed data_unittest.py Created 4 years, 9 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 11cfefb4737fa11937ff30e15b73e0546de0d3ec..41db112488a74b0151c363b95585bc0c319285f7 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -82,6 +82,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