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

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

Issue 2861863002: offline_items_collection : Added helper class to determine progress (Closed)
Patch Set: more Created 3 years, 8 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 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698