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

Unified Diff: build/java_apk.gypi

Issue 1448223004: Refactor emma_instr.py in preparation for porting EMMA GYP rules to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « build/java.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 6c5e7bbf75137494df719b7ca01133dd5f8076ac..44a25f3e62dc7b8692c3e0c8bd925ee1fb88da07 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -972,6 +972,8 @@
'variables': {
'input_path': '<(javac_jar_path)',
'output_path': '<(jar_path)',
+ 'coverage_file': '<(PRODUCT_DIR)/lib.java/<(_target_name).em',
+ 'sources_list_file': '<(PRODUCT_DIR)/lib.java/<(_target_name)_sources.txt',
'stamp_path': '<(emma_instr_stamp)',
},
'outputs': [
« no previous file with comments | « build/java.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698