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

Unified Diff: services/BUILD.gn

Issue 898853006: Java content handler for Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « mojo/tools/data/apptests ('k') | services/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 286f18690fd98b29ca55db4b1bc82eb80e198b6d..33c68771319b06b6676923ea97c7001f618f7179 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -25,6 +25,10 @@ group("services") {
"//services/window_manager",
]
+ if (is_android) {
+ deps += [ "//services/android:java_handler" ]
+ }
+
if (!is_asan) {
deps += [ "//services/dart" ]
}
« no previous file with comments | « mojo/tools/data/apptests ('k') | services/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698