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

Unified Diff: services/BUILD.gn

Issue 1464313002: Move //service/android to //service/java_handler (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 1 month 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/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 9b5ff8fd384ecf960227c9ca22ba7837abca2342..eaa20bc017df65f9fac59eb093c3653e856aa767 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -27,15 +27,15 @@ group("services") {
if (is_android) {
deps += [
- "//services/android:java_handler",
"//services/camera",
"//services/camera:camera_roll",
"//services/contacts",
+ "//services/java_handler",
"//services/location",
"//services/notifications",
"//services/sensors",
- "//services/speech_recognizer",
"//services/sharing:android_sharing",
+ "//services/speech_recognizer",
]
if (defined(go_build_tool) && go_build_tool != "") {
deps += [ "//services/vanadium/security:principal_service" ]
« no previous file with comments | « no previous file | services/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698