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

Unified Diff: content/browser/BUILD.gn

Issue 2978373002: Move the URLFetcher class used by the AppCacheUpdateJob class into its own file. (Closed)
Patch Set: Move forward declaration for URLFetcher outside the AppCacheUpdateJob class to fix compile failures. Created 3 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
« no previous file with comments | « no previous file | content/browser/appcache/appcache_update_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 41318159a2ad5ccf2049d10d55f05822bf90bd99..7d54ba905ecc4fc4b9d70ad2a14c06773d2636a6 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -352,6 +352,8 @@ source_set("browser") {
"appcache/appcache_subresource_url_factory.h",
"appcache/appcache_update_job.cc",
"appcache/appcache_update_job.h",
+ "appcache/appcache_update_url_fetcher.cc",
+ "appcache/appcache_update_url_fetcher.h",
"appcache/appcache_url_loader_job.cc",
"appcache/appcache_url_loader_job.h",
"appcache/appcache_url_loader_request.cc",
« no previous file with comments | « no previous file | content/browser/appcache/appcache_update_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698