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

Unified Diff: android_webview/BUILD.gn

Issue 1659363003: [Android WebView] Implement support for Network Information API and enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove logging Created 4 years, 10 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
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index db089a5fea5628dffce21bb6e221fb5c5e208878..d3efe0026337df5af86bbc15e91b87ec15475a57 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -450,6 +450,10 @@ source_set("common") {
"browser/net/aw_cookie_store_wrapper.h",
"browser/net/aw_http_user_agent_settings.cc",
"browser/net/aw_http_user_agent_settings.h",
+ "browser/net/aw_network_change_notifier.cc",
+ "browser/net/aw_network_change_notifier.h",
+ "browser/net/aw_network_change_notifier_factory.cc",
+ "browser/net/aw_network_change_notifier_factory.h",
"browser/net/aw_network_delegate.cc",
"browser/net/aw_network_delegate.h",
"browser/net/aw_request_interceptor.cc",
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698