Move applications using play services to the shell.
Play services must be configured at the apk level. This means that
services that depend on those need to be in the shell.
R=ppi@chromium.org
Review URL: https://codereview.chromium.org/1309233008 .
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index d231e4d..56c6596 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -306,6 +306,8 @@
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//mojo/services/keyboard/public/interfaces:interfaces_java",
+ "//services/authentication",
+ "//services/location",
"//services/intent_receiver:bindings_java",
"//services/native_viewport:interfaces_java",
"//services/nfc_message_sink:bindings_java",