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

Unified Diff: chrome/chrome_browser.gypi

Issue 2160513002: Extract AppBannerDataFetcher into an InstallableManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/checker/manager; collapse valid manifest + SW into one Created 4 years, 5 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b1f3395efd529a584046bc1590094d9d64362c33..7ea236056342c7329db2d04f1ce1b181925c7332 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -300,6 +300,12 @@
'browser/install_verification/win/module_list.h',
'browser/install_verification/win/module_verification_common.cc',
'browser/install_verification/win/module_verification_common.h',
+ 'browser/installable/installable_logging.cc',
+ 'browser/installable/installable_logging.h',
+ 'browser/installable/installable_manager.cc',
+ 'browser/installable/installable_manager.h',
+ 'browser/installable/installable_property.cc',
+ 'browser/installable/installable_property.h',
'browser/internal_auth.cc',
'browser/internal_auth.h',
'browser/interstitials/chrome_controller_client.cc',

Powered by Google App Engine
This is Rietveld 408576698