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

Unified Diff: third_party/WebKit/public/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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2f1c3c2c7e7b85a521b3aa4d951f74ff269af824..c6c21351e0f89c50f1e25a49dc57ae1477cb3dcf 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -231,6 +231,7 @@ source_set("blink_headers") {
"platform/WebMouseWheelEvent.h",
"platform/WebNativeScrollBehavior.h",
"platform/WebNavigationHintType.h",
+ "platform/WebNetworkStateNotifier.h",
"platform/WebNonCopyable.h",
"platform/WebOriginTrialTokenStatus.h",
"platform/WebPageVisibilityState.h",
@@ -498,7 +499,6 @@ source_set("blink_headers") {
"web/WebNavigationPolicy.h",
"web/WebNavigationType.h",
"web/WebNavigatorContentUtilsClient.h",
- "web/WebNetworkStateNotifier.h",
"web/WebNode.h",
"web/WebOptionElement.h",
"web/WebPagePopup.h",

Powered by Google App Engine
This is Rietveld 408576698