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

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

Issue 2413063003: service worker: Add promise boilerplate for NavigationPreload enable/disable (Closed)
Patch Set: more boilerplate 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 6312cd9aeac106590bbd685a440e9b0e9ad44292..550563d5dbb8dedcc4e121e6ae1ae88314930e7c 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",
+ "NavigationPreloadCallbacks.cpp",
+ "NavigationPreloadCallbacks.h",
"NavigationPreloadManager.cpp",
"NavigationPreloadManager.h",
"NavigatorServiceWorker.cpp",

Powered by Google App Engine
This is Rietveld 408576698