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

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

Issue 2925963002: Create NetworkQuietDetector. (Closed)
Patch Set: Add kNetworkIdle state. 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 01821207a60bb3d898ce4c4f865d00e19eb181b2..31fde60929652b915062f8d1171209f7aa7025aa 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