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

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

Issue 1273173002: Added Network Quality Estimator Real-time interface to Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 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/java/build.xml
diff --git a/components/cronet/android/java/build.xml b/components/cronet/android/java/build.xml
index ce5576cc79eba80d35109e43847e5a812215a521..b4893b8731f1b161706b949e904fd7555ccc8278 100644
--- a/components/cronet/android/java/build.xml
+++ b/components/cronet/android/java/build.xml
@@ -16,6 +16,7 @@
<exclude name="**/Chromium*.java"/>
<exclude name="**/ChunkedWritableByteChannel*.java"/>
<exclude name="**/HttpUrl*.java"/>
+ <exclude name="**/NetworkQuality*.java"/>
</fileset>
</javadoc>
</target>

Powered by Google App Engine
This is Rietveld 408576698