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

Unified Diff: content/browser/BUILD.gn

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years 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_backend_impl.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 51658937b8f2b8b78a411f8f80a197ac46fb1d7b..c80c91d06d3a26723dd141798d6d587c9ea49f51 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -270,6 +270,10 @@ source_set("browser") {
"appcache/appcache_internals_ui.h",
"appcache/appcache_manifest_parser.cc",
"appcache/appcache_manifest_parser.h",
+ "appcache/appcache_navigation_handle.cc",
+ "appcache/appcache_navigation_handle.h",
+ "appcache/appcache_navigation_handle_core.cc",
+ "appcache/appcache_navigation_handle_core.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_backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698