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

Unified Diff: build/android/instr_action.gypi

Issue 23666007: [Android] emma_instr.py now removes any stale *.em/*sources.txt (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: build/android/instr_action.gypi
diff --git a/build/android/instr_action.gypi b/build/android/instr_action.gypi
index b4164f651c9a6bb1c1d0e2bea93b351e81a52aec..a149ef26da1d129123d1777f74073a82b8c013f2 100644
--- a/build/android/instr_action.gypi
+++ b/build/android/instr_action.gypi
@@ -31,7 +31,10 @@
],
}, {
'instr_action': 'copy',
- 'extra_instr_args': [],
+ 'extra_instr_args': [
+ '--coverage-file=<(_target_name).em',
+ '--sources-file=<(_target_name)_sources.txt',
+ ],
}]
]
},

Powered by Google App Engine
This is Rietveld 408576698