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

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
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index df90df6276bf3ab5cc9006358d03b1ff0c16f81c..e2f5d30f891bdb727f152fe0cfc029f294cfc1a4 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -23,6 +23,9 @@ group("services") {
"//services/view_manager",
"//services/window_manager",
]
+ if (is_android) {
+ deps += [ "//services/android:java_handler" ]
+ }
if (!is_asan) {
deps += [ "//services/dart" ]

Powered by Google App Engine
This is Rietveld 408576698