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

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: Use pending_tasks_ vector and invoke callbacks directly 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 4ad9a95cf8b63a46ffa7ecb82349bd297edc0eb6..dfabce34ee5c1d028511ac5f4704618dc9052314 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -306,6 +306,10 @@
'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_checker.cc',
+ 'browser/installable/installable_checker.h',
+ 'browser/installable/installable_logging.cc',
+ 'browser/installable/installable_logging.h',
'browser/internal_auth.cc',
'browser/internal_auth.h',
'browser/interstitials/chrome_controller_client.cc',

Powered by Google App Engine
This is Rietveld 408576698