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

Unified Diff: content/browser/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/app/BUILD.gn ('k') | content/browser/android/java_interfaces_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 03f3b91ba77ee22f79fd191703a9120ba7fceddd..d9975c1aba5de61362f5c6d97f940c35554c35da 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -93,11 +93,11 @@ source_set("browser") {
"//services/file:lib",
"//services/file/public/cpp",
"//services/file/public/interfaces",
- "//services/shell",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
- "//services/shell/runner/common",
- "//services/shell/runner/host:lib",
+ "//services/service_manager",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
+ "//services/service_manager/runner/common",
+ "//services/service_manager/runner/host:lib",
"//skia",
"//sql",
"//storage/browser",
« no previous file with comments | « content/app/BUILD.gn ('k') | content/browser/android/java_interfaces_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698