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

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

Issue 2754023002: Add a throttle wrapper to OfflineContentProvider (Closed)
Patch Set: Rebased 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
« no previous file with comments | « no previous file | components/offline_items_collection/core/throttled_offline_content_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b910afe6c4d62e475b957e1fa429c31c75e9166..98c42545fcf163ccc5fb3d72ce6d6a7ceedc4fe4 100644
--- a/components/offline_items_collection/core/BUILD.gn
+++ b/components/offline_items_collection/core/BUILD.gn
@@ -16,6 +16,8 @@ static_library("core") {
"offline_item.h",
"offline_item_filter.h",
"offline_item_state.h",
+ "throttled_offline_content_provider.cc",
+ "throttled_offline_content_provider.h",
]
public_deps = [
@@ -43,6 +45,7 @@ source_set("unit_tests") {
sources = [
"offline_content_aggregator_unittest.cc",
+ "throttled_offline_content_provider_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | components/offline_items_collection/core/throttled_offline_content_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698