Index: third_party/WebKit/Source/platform/BUILD.gn |
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn |
index cb99486d682a62aa3b34d2a5d8f765ba10712d68..0419243f66aca296dafbd47e090285a61bf8cedc 100644 |
--- a/third_party/WebKit/Source/platform/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/BUILD.gn |
@@ -508,6 +508,7 @@ component("platform") { |
"exported/WebMemoryCoordinator.cpp", |
"exported/WebMessagePortChannelClient.cpp", |
"exported/WebMixedContent.cpp", |
+ "exported/WebNetworkStateNotifier.cpp", |
"exported/WebPasswordCredential.cpp", |
"exported/WebPrerender.cpp", |
"exported/WebPrerenderingSupport.cpp", |
@@ -1114,6 +1115,8 @@ component("platform") { |
"network/NetworkInstrumentation.cpp", |
"network/NetworkInstrumentation.h", |
"network/NetworkLog.h", |
+ "network/NetworkStateNotifier.cpp", |
+ "network/NetworkStateNotifier.h", |
"network/NetworkUtils.cpp", |
"network/NetworkUtils.h", |
"network/ParsedContentType.cpp", |
@@ -1763,6 +1766,7 @@ test("blink_platform_unittests") { |
"network/EncodedFormDataTest.cpp", |
"network/HTTPParsersTest.cpp", |
"network/LinkHeaderTest.cpp", |
+ "network/NetworkStateNotifierTest.cpp", |
"network/NetworkUtilsTest.cpp", |
"network/ParsedContentTypeTest.cpp", |
"network/ResourceRequestTest.cpp", |