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

Unified Diff: content/common/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/child/service_factory.h ('k') | content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index d8e7df50442aac362156ba9b5bd8c25347013eed..9adaecd755918b897839b51b0f32dff06cf736ec 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -385,10 +385,10 @@ source_set("common") {
"//mojo/edk/system",
"//net",
"//sandbox",
- "//services/shell",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
- "//services/shell/runner/common",
+ "//services/service_manager",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
+ "//services/service_manager/runner/common",
"//services/ui/public/interfaces",
"//services/video_capture/public/interfaces",
"//skia",
@@ -584,7 +584,7 @@ mojom("mojo_bindings") {
"//ipc:mojom",
"//media/mojo/interfaces",
"//mojo/common:common_custom_types",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/interfaces",
"//services/ui/public/interfaces",
"//services/video_capture/public/interfaces",
"//skia/public/interfaces",
« no previous file with comments | « content/child/service_factory.h ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698