Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index de8c2e5b1ded25ada44ecf6a98b6b8e00938908f..1f97ea1b8b61bf9462be89b66bda7b36c19bb1f8 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -311,6 +311,8 @@ source_set("browser") { |
"appcache/appcache_policy.h", |
"appcache/appcache_quota_client.cc", |
"appcache/appcache_quota_client.h", |
+ "appcache/appcache_request.cc", |
+ "appcache/appcache_request.h", |
"appcache/appcache_request_handler.cc", |
"appcache/appcache_request_handler.h", |
"appcache/appcache_response.cc", |
@@ -323,6 +325,10 @@ source_set("browser") { |
"appcache/appcache_storage_impl.h", |
"appcache/appcache_update_job.cc", |
"appcache/appcache_update_job.h", |
+ "appcache/appcache_url_loader_request.cc", |
+ "appcache/appcache_url_loader_request.h", |
+ "appcache/appcache_url_request.cc", |
+ "appcache/appcache_url_request.h", |
"appcache/appcache_url_request_job.cc", |
"appcache/appcache_url_request_job.h", |
"appcache/appcache_working_set.cc", |