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

Unified Diff: content/browser/BUILD.gn

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Rebase to tip correctly 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1734e4c221df84fbcb67b71b24f1e3e878595507..3e5b799ea364bf1e0b7d59056bfbdb24beb2289c 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/appcache/appcache_backend_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698