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

Unified Diff: build/android/gyp/ant.py

Issue 20210002: [Android] Sets up a coverage system for java using EMMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gets code coverage for non-apk java working Created 7 years, 5 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: build/android/gyp/ant.py
diff --git a/build/android/gyp/ant.py b/build/android/gyp/ant.py
index acf3dccdce4ae061e5c4d99ace6f4575646172f4..8e13ea15cbecf806d6268f1f9ee34ad4e408c5d7 100755
--- a/build/android/gyp/ant.py
+++ b/build/android/gyp/ant.py
@@ -27,4 +27,3 @@ def main(argv):
if __name__ == '__main__':
sys.exit(main(sys.argv))
-

Powered by Google App Engine
This is Rietveld 408576698