| Index: components/offline_pages/BUILD.gn
|
| diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
|
| index cffaa7ef2ad593500e2569475ce45c1e207af391..2884333074911d265c4ae2cc343d8ca6d3d03a9a 100644
|
| --- a/components/offline_pages/BUILD.gn
|
| +++ b/components/offline_pages/BUILD.gn
|
| @@ -26,6 +26,7 @@ static_library("offline_pages") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/bookmarks/browser",
|
| "//components/keyed_service/core",
|
| "//components/leveldb_proto",
|
| "//components/offline_pages/proto:offline_pages_proto",
|
| @@ -44,8 +45,12 @@ source_set("unit_tests") {
|
|
|
| deps = [
|
| ":offline_pages",
|
| + "//base",
|
| + "//components/bookmarks/browser",
|
| + "//components/leveldb_proto",
|
| "//components/offline_pages/proto:offline_pages_proto",
|
| "//testing/gtest",
|
| + "//url",
|
| ]
|
| }
|
|
|
|
|