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

Unified Diff: content/content_shell.gypi

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
« build/java_apk.gypi ('K') | « content/content.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 3a70b61dd00c7359e3bf86dc8d20c799bcc86a1d..8b0b0705cf02d31f4514818089c5d514fecb44cd 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -695,6 +695,7 @@
'has_java_resources': 1,
'R_package': 'org.chromium.content_shell',
'R_package_relpath': 'org/chromium/content_shell',
+ 'emma_instrument': '<(coverage)',
},
'includes': [ '../build/java.gypi' ],
},
@@ -732,6 +733,7 @@
'native_lib_target': 'libcontent_shell_content_view',
'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
'asset_location': '<(ant_build_out)/content_shell/assets',
+ 'emma_instrument': '<(coverage)',
},
'includes': [ '../build/java_apk.gypi' ],
},
« build/java_apk.gypi ('K') | « content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698