| 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"/>
|
|
|