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

Unified Diff: content/browser/BUILD.gn

Issue 2874663004: Provide skeleton functionality for AppCache handling in the network service. (Closed)
Patch Set: Disable posting to the IO thread if appcache is enabled in the n/w service code 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_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 172ece03fe9f5621a6eb2467029d95bf4dbd1962..157114ee4341c75f1573d20ee31e76c824d1e6ee 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -320,6 +320,8 @@ 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",
« no previous file with comments | « no previous file | content/browser/appcache/appcache_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698