| 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 501adb8b8539272c1beb5bebb76c423d020a8a49..5b910afe6c4d62e475b957e1fa429c31c75e9166 100644
|
| --- a/components/offline_items_collection/core/BUILD.gn
|
| +++ b/components/offline_items_collection/core/BUILD.gn
|
| @@ -14,15 +14,13 @@ static_library("core") {
|
| "offline_content_provider.h",
|
| "offline_item.cc",
|
| "offline_item.h",
|
| -
|
| - # TODO(dtrainor): Generate the Java version of these enums when the Android
|
| - # bridge is built.
|
| "offline_item_filter.h",
|
| "offline_item_state.h",
|
| ]
|
|
|
| public_deps = [
|
| "//base",
|
| + "//components/keyed_service/core",
|
| "//url",
|
| ]
|
|
|
|
|