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

Unified Diff: third_party/WebKit/Source/core/loader/BUILD.gn

Issue 2925963002: Create NetworkQuietDetector. (Closed)
Patch Set: Dont create NetworkQuietDetector when FrameResourceCoordinator is not enabled Created 3 years, 6 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/core/loader/BUILD.gn
diff --git a/third_party/WebKit/Source/core/loader/BUILD.gn b/third_party/WebKit/Source/core/loader/BUILD.gn
index 45e3cf730a949883a71ca63b523e54e5c96397a9..13f291d736a4ece3592779dad755a9d65e531d71 100644
--- a/third_party/WebKit/Source/core/loader/BUILD.gn
+++ b/third_party/WebKit/Source/core/loader/BUILD.gn
@@ -48,6 +48,8 @@ blink_core_sources("loader") {
"NavigationScheduler.cpp",
"NavigationScheduler.h",
"NetworkHintsInterface.h",
+ "NetworkQuietDetector.cpp",
+ "NetworkQuietDetector.h",
"PingLoader.cpp",
"PingLoader.h",
"PrerendererClient.cpp",

Powered by Google App Engine
This is Rietveld 408576698