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

Unified Diff: ios/web/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 | « ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h ('k') | ios/web/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 4011076470a02127a656475a821b40b7419d369c..1ec4b2912b0c517505fe651a1bef92b00c8e9e4f 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -20,7 +20,7 @@ source_set("web_arc") {
"//mojo/public/cpp/system",
"//mojo/public/js",
"//net",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry:geometry",
@@ -239,7 +239,7 @@ source_set("web") {
"//mojo/public/cpp/system",
"//mojo/public/js",
"//net",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry:geometry",
@@ -472,7 +472,7 @@ test("ios_web_unittests") {
"//ios/testing:ocmock_support",
"//ios/web/test:mojo_bindings",
"//net:test_support",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
@@ -549,7 +549,7 @@ test("ios_web_inttests") {
"//ios/web/test:resources",
"//mojo/edk/system",
"//net:test_support",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//testing/gtest",
"//ui/base:test_support",
]
« no previous file with comments | « ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h ('k') | ios/web/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698