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

Unified Diff: content/browser/BUILD.gn

Issue 2891773002: Add a stub implementation of the URLLoaderFactory for AppCache. (Closed)
Patch Set: Address final round of comments Created 3 years, 7 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_network_service_handler.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 d9e4bff723410491ef457aff277bb5e3c42e22ed..99038ef631401914d0927e856bae30b893b2da2c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -324,8 +324,6 @@ source_set("browser") {
"appcache/appcache_navigation_handle.h",
"appcache/appcache_navigation_handle_core.cc",
"appcache/appcache_navigation_handle_core.h",
- "appcache/appcache_network_service_handler.cc",
- "appcache/appcache_network_service_handler.h",
"appcache/appcache_policy.h",
"appcache/appcache_quota_client.cc",
"appcache/appcache_quota_client.h",
@@ -343,6 +341,8 @@ source_set("browser") {
"appcache/appcache_storage_impl.h",
"appcache/appcache_update_job.cc",
"appcache/appcache_update_job.h",
+ "appcache/appcache_url_loader_factory.cc",
+ "appcache/appcache_url_loader_factory.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_network_service_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698