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

Unified Diff: android_webview/glue/glue.gni

Issue 1761983003: [Android WebView] Implement support for Network Information API and enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: 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
Index: android_webview/glue/glue.gni
diff --git a/android_webview/glue/glue.gni b/android_webview/glue/glue.gni
index fc9c65abd859469c75ea096dc6bb6a1ebbee21b2..e49cd3d6d9f408cf25a428fb7c7cd34f50940eb6 100644
--- a/android_webview/glue/glue.gni
+++ b/android_webview/glue/glue.gni
@@ -11,6 +11,7 @@ glue_library_deps = [
"//content/public/android:content_java",
"//content/public/android:content_java_resources",
"//components/web_contents_delegate_android:web_contents_delegate_android_java_resources",
+ "//net/android:net_java",
"//ui/android:ui_java",
"//ui/android:ui_java_resources",
]

Powered by Google App Engine
This is Rietveld 408576698