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

Unified Diff: content/public/android/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 | « content/public/DEPS ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 44dc4c632bed4b566de40aaeabe8de1877f648d9..b1a7563cc77e4267614da50307b3444c2840be18 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -47,8 +47,8 @@ android_library("content_java") {
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//net/android:net_java",
- "//services/shell/public/interfaces:interfaces_java",
- "//services/shell/public/java:shell_java",
+ "//services/service_manager/public/interfaces:interfaces_java",
+ "//services/service_manager/public/java:service_manager_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/WebKit/public:new_wrapper_types_mojo_bindings_java",
"//third_party/android_tools:android_support_annotations_java",
« no previous file with comments | « content/public/DEPS ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698