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

Unified Diff: content/utility/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/test/BUILD.gn ('k') | content/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index 26fbcf1c9339e620dfb4e1998704fb54e3b1a35d..76c7ac7a41ad8d0bdc0f05906bfa74003f9846dc 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -35,9 +35,9 @@ source_set("utility") {
"//mojo/common",
"//mojo/public/cpp/bindings",
"//sandbox",
- "//services/shell",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
+ "//services/service_manager",
+ "//services/service_manager/public/cpp",
+ "//services/service_manager/public/interfaces",
"//third_party/WebKit/public:blink_headers",
"//third_party/WebKit/public:mojo_bindings",
"//url",
« no previous file with comments | « content/test/BUILD.gn ('k') | content/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698