| 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",
|
| ]
|
|
|