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

Unified Diff: content/browser/BUILD.gn

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years, 1 month 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 95220c9cca38fd75977acdcb53382b6c12862904..cde0fe88b8ffa67af57871254d3445b22a56872e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -272,6 +272,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') | content/browser/frame_host/navigation_handle_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698