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

Unified Diff: extensions/extensions.gypi

Issue 1362043005: Add extensions code to use common updater in components/update_client/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged latest origin/master Created 5 years, 2 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/extensions_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 450a943743a0256767aad5921be5a16556279cc3..d7306813a707108e1338e08175390f6649ec65d3 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -752,6 +752,12 @@
'browser/updater/request_queue_impl.h',
'browser/updater/safe_manifest_parser.cc',
'browser/updater/safe_manifest_parser.h',
+ 'browser/updater/update_client_config.cc',
+ 'browser/updater/update_client_config.h',
+ 'browser/updater/update_data_provider.cc',
+ 'browser/updater/update_data_provider.h',
+ 'browser/updater/update_install_shim.cc',
+ 'browser/updater/update_install_shim.h',
'browser/updater/update_service.cc',
'browser/updater/update_service.h',
'browser/updater/update_service_factory.cc',
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/extensions_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698