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

Unified Diff: build/android/instr_action.gypi

Issue 23345003: [Android] Buildbot changes for EMMA code coverage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds TODO to remove *_sources.txt try/except Created 7 years, 4 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
« no previous file with comments | « build/android/gyp/emma_instr.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/instr_action.gypi
diff --git a/build/android/instr_action.gypi b/build/android/instr_action.gypi
index b22d5ecea2ee4dd67a133fb32c146c89b528b8d4..b4164f651c9a6bb1c1d0e2bea93b351e81a52aec 100644
--- a/build/android/instr_action.gypi
+++ b/build/android/instr_action.gypi
@@ -16,8 +16,8 @@
'conditions': [
['emma_instrument != 0', {
'extra_instr_args': [
- '--coverage-file=<(intermediate_dir)/coverage.em',
- '--sources-file=<(intermediate_dir)/emma_sources.txt',
+ '--coverage-file=<(_target_name).em',
+ '--sources-file=<(_target_name)_sources.txt',
'--sources=<(java_in_dir)/src >(additional_src_dirs) >(generated_src_dirs)',
'--src-root=<(DEPTH)',
'--emma-jar=<(emma_jar)',
« no previous file with comments | « build/android/gyp/emma_instr.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698