Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: components/offline_items_collection/core/BUILD.gn

Issue 2729983002: Attaches OfflineContentAggregator to Profile (Closed)
Patch Set: Address nit Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698