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

Unified Diff: components/cronet/android/api/build.xml

Issue 1393713005: [Cronet] Add error code and immediatelyRetryable() to UrlRequestException (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix missing test annotation Created 4 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
Index: components/cronet/android/api/build.xml
diff --git a/components/cronet/android/api/build.xml b/components/cronet/android/api/build.xml
index 253aa58b02f43b97295f260c1d6dab727fb007c2..cdf8aada738106ff0b5f63049cd5c6e6c2804416 100644
--- a/components/cronet/android/api/build.xml
+++ b/components/cronet/android/api/build.xml
@@ -7,7 +7,7 @@
notree="yes"
nodeprecated="yes"
linkoffline="https://developer.android.com/reference ."
- bootclasspath="../../../../third_party/android_tools/sdk/platforms/android-23/android.jar:../../../../third_party/android_tools/sdk/extras/android/support/annotations/android-support-annotations.jar"
+ bootclasspath="../../../../third_party/android_tools/sdk/platforms/android-23/android.jar:../../../../third_party/android_tools/sdk/extras/android/support/annotations/android-support-annotations.jar:${lib.java.dir}/cronet_javadoc_classpath.jar"
use="true"
>
<fileset dir="${source.dir}" defaultexcludes="yes">

Powered by Google App Engine
This is Rietveld 408576698