| Index: components/offline_pages/core/BUILD.gn
|
| diff --git a/components/offline_pages/core/BUILD.gn b/components/offline_pages/core/BUILD.gn
|
| index 21708d2b71c5ebea702bcafccd53f9037bce1f4e..8abb18afdbee23911c50c458d93261e5afb37cf2 100644
|
| --- a/components/offline_pages/core/BUILD.gn
|
| +++ b/components/offline_pages/core/BUILD.gn
|
| @@ -46,6 +46,7 @@ static_library("core") {
|
|
|
| deps = [
|
| ":switches",
|
| + "prefetch:prefetch",
|
| "//base",
|
| "//components/keyed_service/core",
|
| "//net",
|
| @@ -108,6 +109,7 @@ source_set("unit_tests") {
|
| ":core",
|
| ":switches",
|
| ":test_support",
|
| + "prefetch:unit_tests",
|
| "recent_tabs:unit_tests",
|
| "//base",
|
| "//base/test:test_support",
|
|
|