| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index ec689fbd6bb90743cf1e776df74c513cb9210337..5d49764afc0e1946c6298588f7e8bef0aa2a4711 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -70,7 +70,7 @@ source_set("test_support") {
|
| "//media",
|
| "//mojo/edk/test:test_support",
|
| "//net:test_support",
|
| - "//services/shell/public/cpp:cpp_for_chromium",
|
| + "//services/shell/public/cpp",
|
| "//skia",
|
| "//storage/browser",
|
| "//storage/common",
|
| @@ -465,7 +465,7 @@ test("content_browsertests") {
|
| "//mojo/public/js",
|
| "//mojo/test:test_support",
|
| "//net:test_support",
|
| - "//services/shell/public/cpp:cpp_for_chromium",
|
| + "//services/shell/public/cpp",
|
| "//storage/browser",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|