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

Unified Diff: services/authentication/BUILD.gn

Issue 1309233008: Move applications using play services to the shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | services/authentication/src/org/chromium/mojo/authentication/AuthenticationApp.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/authentication/BUILD.gn
diff --git a/services/authentication/BUILD.gn b/services/authentication/BUILD.gn
index b6fdfb5b0ca908106e1af60a7c9dfc7e58f632f2..da4fe08273e2c340d112beb9b3af7593091e9edf 100644
--- a/services/authentication/BUILD.gn
+++ b/services/authentication/BUILD.gn
@@ -5,21 +5,21 @@
import("//mojo/public/tools/bindings/mojom.gni")
if (is_android) {
- import("//mojo/android/rules.gni")
+ import("//build/config/android/rules.gni")
- mojo_android_java_application("authentication") {
- sources = [
- "src/org/chromium/mojo/authentication/AuthenticationApp.java",
+ android_library("authentication") {
+ java_files = [
+ "src/org/chromium/mojo/authentication/AuthenticationApplicationDelegate.java",
"src/org/chromium/mojo/authentication/AuthenticationServiceImpl.java",
"src/org/chromium/mojo/authentication/NetworkServiceProxyFactory.java",
]
- mojo_main = "org.chromium.mojo.authentication.AuthenticationApp"
-
deps = [
":interfaces_java",
"//mojo/public/interfaces/application:application_java",
"//mojo/public/java:application",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//mojo/services/authenticating_url_loader_interceptor/public/interfaces:interfaces_java",
"//mojo/services/authentication/public/interfaces:interfaces_java",
"//mojo/services/network/public/interfaces:interfaces_java",
« no previous file with comments | « no previous file | services/authentication/src/org/chromium/mojo/authentication/AuthenticationApp.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698