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

Unified Diff: content/content.gyp

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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 4234a0326988fbede4d852ad44524bdeaa980e93..632dde1a0c162b829b1b7eb04ca3e3eaed124bc4 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -402,6 +402,7 @@
'R_package': 'org.chromium.content',
'R_package_relpath': 'org/chromium/content',
'java_strings_grd': 'android_content_strings.grd',
+ 'emma_instrument': '<(coverage)',
},
'conditions': [
['android_webview_build == 0', {
« build/java_apk.gypi ('K') | « build/java_apk.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698