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

Unified Diff: extensions/browser/BUILD.gn

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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/extensions_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 3358c6a5e485ba8f934b7fc51a4709ae5839b23a..d69225eb069a265b4296db6ad9798c40e671d4a4 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -426,8 +426,11 @@ source_set("browser") {
"suggest_permission_util.h",
"uninstall_reason.h",
"update_observer.h",
+ "updater/extension_cache.h",
"updater/manifest_fetch_data.cc",
"updater/manifest_fetch_data.h",
+ "updater/null_extension_cache.cc",
+ "updater/null_extension_cache.h",
"updater/safe_manifest_parser.cc",
"updater/safe_manifest_parser.h",
"url_request_util.cc",
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698