| Index: components/offline_items_collection/core/BUILD.gn
|
| diff --git a/components/offline_items_collection/core/BUILD.gn b/components/offline_items_collection/core/BUILD.gn
|
| index 8891fb575457df9b191809e8d6584c797caf1f85..f80239ea5c13fc47580e4884c0f57881370627eb 100644
|
| --- a/components/offline_items_collection/core/BUILD.gn
|
| +++ b/components/offline_items_collection/core/BUILD.gn
|
| @@ -15,6 +15,7 @@ static_library("core") {
|
| "offline_item.cc",
|
| "offline_item.h",
|
| "offline_item_filter.h",
|
| + "offline_item_progress_unit.h",
|
| "offline_item_state.h",
|
| "throttled_offline_content_provider.cc",
|
| "throttled_offline_content_provider.h",
|
| @@ -99,6 +100,7 @@ if (is_android) {
|
|
|
| sources = [
|
| "offline_item_filter.h",
|
| + "offline_item_progress_unit.h",
|
| "offline_item_state.h",
|
| ]
|
| }
|
|
|