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

Unified Diff: components/cronet/android/BUILD.gn

Issue 2417643007: Expose RTT and throughput estimates from Cronet (Closed)
Patch Set: ps Created 4 years, 2 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: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 6b1dc41f7ff6d98f08b1f773ac6d02953b9416fd..6abf6b092bc5b20133f290ce2c7be08e2cc02d6c 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -34,6 +34,12 @@ java_cpp_enum("effective_connection_type_java") {
]
}
+java_cpp_enum("rtt_throughput_values_java") {
+ sources = [
+ "//net/nqe/network_quality.h",
+ ]
+}
+
java_cpp_enum("chromium_url_request_java") {
sources = [
"chromium_url_request.h",
@@ -308,6 +314,7 @@ android_library("cronet_api") {
srcjar_deps = [
":cronet_api_version_srcjar",
":effective_connection_type_java",
+ ":rtt_throughput_values_java",
":http_cache_type_java",
":url_request_error_java",
":load_states_list",

Powered by Google App Engine
This is Rietveld 408576698