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

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

Issue 2613393002: [Cronet] In JavaUrlRequest avoid thread-unsafe access to HttpURLConnection (Closed)
Patch Set: ignore RejectedExecutionException Created 3 years, 11 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 | components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 9d50f574e106897e5612d4c1027852b3959bf5e9..5a9ef9c0263d82d0a8296e0acba54721202a06e2 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -347,6 +347,7 @@ android_library("cronet_impl_platform_java") {
deps = [
":cronet_api_java",
":cronet_impl_common_java",
+ "//third_party/jsr-305:jsr_305_javalib",
]
}
« no previous file with comments | « no previous file | components/cronet/android/java/src/org/chromium/net/impl/JavaUrlRequest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698