| Index: components/offline_pages/core/BUILD.gn
|
| diff --git a/components/offline_pages/core/BUILD.gn b/components/offline_pages/core/BUILD.gn
|
| index f804fcbd06d8faf7f7636b28e8924847fc67b947..b20013d2f472b033dc65f5bd5aad355c4a44a4b4 100644
|
| --- a/components/offline_pages/core/BUILD.gn
|
| +++ b/components/offline_pages/core/BUILD.gn
|
| @@ -6,7 +6,7 @@ if (is_android) {
|
| import("//build/config/android/rules.gni")
|
| }
|
|
|
| -static_library("offline_pages_core") {
|
| +static_library("core") {
|
| sources = [
|
| "task_queue.cc",
|
| "task_queue.h",
|
| @@ -24,7 +24,7 @@ source_set("unit_tests") {
|
| ]
|
|
|
| deps = [
|
| - ":offline_pages_core",
|
| + ":core",
|
| "//base",
|
| "//base/test:test_support",
|
| ]
|
|
|