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

Unified Diff: extensions/extensions.gyp

Issue 612423003: Move ExtensionCache to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test setup Created 6 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 166937fa2d27abd9f70f8066f8c82501baeda53b..ac7919d52d12d691302bd5e61df86284d9143169 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -714,8 +714,11 @@
'browser/suggest_permission_util.h',
'browser/uninstall_reason.h',
'browser/update_observer.h',
+ 'browser/updater/extension_cache.h',
'browser/updater/manifest_fetch_data.cc',
'browser/updater/manifest_fetch_data.h',
+ 'browser/updater/null_extension_cache.cc',
+ 'browser/updater/null_extension_cache.h',
'browser/updater/safe_manifest_parser.cc',
'browser/updater/safe_manifest_parser.h',
'browser/url_request_util.cc',
« no previous file with comments | « extensions/browser/updater/null_extension_cache.cc ('k') | extensions/shell/browser/shell_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698