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

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

Issue 2234113002: Include generated EffectiveConnectionType.java in cronet api jar and JavaDoc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore RequestFinishedListener.java Created 4 years, 4 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 | « components/cronet/android/BUILD.gn ('k') | components/cronet/tools/generate_javadoc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/api/build.xml
diff --git a/components/cronet/android/api/build.xml b/components/cronet/android/api/build.xml
index b77d5fbdade731338f8c56a3e1e584182222c79e..5a8a5df093138a23da029e6f8c992eed00dafff7 100644
--- a/components/cronet/android/api/build.xml
+++ b/components/cronet/android/api/build.xml
@@ -13,6 +13,9 @@
<exclude name="**/HttpUrl*.java"/>
<exclude name="**/ResponseTooLargeException.java"/>
<exclude name="**/UrlRequestContextConfig.java"/>
+ <!-- This file is removed but it still appears in the checkout of one bot. See crbug.com/637887 -->
+ <!-- TODO(xunjieli): Remove this. -->
+ <exclude name="**/RequestFinishedListener.java"/>
</fileset>
<doclet name="com.google.doclava.Doclava">
<param name="-title" /><param name="Cronet API"/>
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | components/cronet/tools/generate_javadoc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698