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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/BUILD.gn

Issue 2389693002: service worker: Add NavigationPreload runtime flag and skeleton interface (Closed)
Patch Set: forgot some gni Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn b/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
index 260877942610055e709d5c5c83ada8cc498fd99d..6312cd9aeac106590bbd685a440e9b0e9ad44292 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
+++ b/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
@@ -18,6 +18,8 @@ blink_modules_sources("serviceworkers") {
"ForeignFetchRespondWithObserver.h",
"InstallEvent.cpp",
"InstallEvent.h",
+ "NavigationPreloadManager.cpp",
+ "NavigationPreloadManager.h",
"NavigatorServiceWorker.cpp",
"NavigatorServiceWorker.h",
"RespondWithObserver.cpp",

Powered by Google App Engine
This is Rietveld 408576698