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

Unified Diff: extensions/browser/BUILD.gn

Issue 654363002: Move ExtensionDownloader to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/DEPS » ('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 6b5a8620ad9b7ffabb1dc8fee2e86411e1f13c62..f65a5bbe734942619b54ade0e10e0c084d2c13fc 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -23,6 +23,7 @@ source_set("browser") {
"//extensions/common/api",
"//extensions/common/api:api_registration",
"//extensions/strings",
+ "//google_apis",
"//skia",
"//third_party/leveldatabase",
"//third_party/re2"
@@ -427,6 +428,10 @@ source_set("browser") {
"uninstall_reason.h",
"update_observer.h",
"updater/extension_cache.h",
+ "updater/extension_downloader.cc",
+ "updater/extension_downloader.h",
+ "updater/extension_downloader_delegate.cc",
+ "updater/extension_downloader_delegate.h",
"updater/manifest_fetch_data.cc",
"updater/manifest_fetch_data.h",
"updater/null_extension_cache.cc",
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698