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

Unified Diff: content/public/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/public/browser/utility_process_mojo_client.h ('k') | content/public/common/service_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 5d9e1f83de5a0eb17f9717c94415bc1f3d5be90b..efd2e7b2f0d3d7a955dbfb90bf6c455ca1b6bdaa 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -235,8 +235,8 @@ source_set("common_sources") {
"//content/common",
"//content/public/common:interfaces",
"//mojo/public/cpp/bindings",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
"//third_party/WebKit/public:blink_headers",
"//ui/accessibility",
"//ui/surface",
@@ -251,7 +251,7 @@ source_set("common_sources") {
"//mojo/common",
"//net",
"//ppapi/c",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//skia",
"//storage/common",
"//third_party/icu",
« no previous file with comments | « content/public/browser/utility_process_mojo_client.h ('k') | content/public/common/service_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698