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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2710023006: Move NetworkStateNotifier from core (and web) into platform/network (Closed)
Patch Set: rebase Created 3 years, 9 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/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",

Powered by Google App Engine
This is Rietveld 408576698