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

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

Issue 2861863002: offline_items_collection : Added helper class to determine progress (Closed)
Patch Set: comments Created 3 years, 7 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..b2ef4a55c3dc8f18dd27f7073268705c79f6019e 100644
--- a/components/offline_items_collection/core/BUILD.gn
+++ b/components/offline_items_collection/core/BUILD.gn
@@ -98,6 +98,7 @@ if (is_android) {
visibility = [ ":*" ]
sources = [
+ "offline_item.h",
"offline_item_filter.h",
"offline_item_state.h",
]

Powered by Google App Engine
This is Rietveld 408576698