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

Unified Diff: components/offline_pages.gypi

Issue 2260963003: [Offline pages] Enabling notifications for pages saved later (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding tests Created 4 years, 4 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_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index af2f397fe48a769ccdf7ec69cd5b5214309c1fb8..e1562170935b5551452f3a8eff7a2d52046f4ffc 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -98,8 +98,11 @@
],
'dependencies': [
'../base/base.gyp:base',
+ 'offline_pages_background_offliner',
],
'sources': [
+ 'offline_pages/downloads/download_notifying_observer.cc',
+ 'offline_pages/downloads/download_notifying_observer.h',
'offline_pages/downloads/download_ui_adapter.cc',
'offline_pages/downloads/download_ui_adapter.h',
'offline_pages/downloads/download_ui_item.cc',

Powered by Google App Engine
This is Rietveld 408576698