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

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: Rebase 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') | services/java_handler/java_handler.h » ('J')
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..28565807a2986b3b2b9c45524c58c216b78c9663 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -27,7 +27,7 @@ group("services") {
if (is_android) {
deps += [
- "//services/android:java_handler",
+ "//services/java_handler",
ppi 2015/11/23 10:00:42 alphabetize
qsr 2015/11/23 10:08:44 Done.
"//services/camera",
"//services/camera:camera_roll",
"//services/contacts",
« no previous file with comments | « no previous file | services/android/BUILD.gn » ('j') | services/java_handler/java_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698