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

Unified Diff: build/android/instr_action.gypi

Issue 25814002: [Android] Enable passing filter string to emma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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') | build/common.gypi » ('j') | 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 7b159989f3daf6d9a179b420ac12f460a7235ddd..fa6d06235ea16a51c5b2d7848cf71592a52a003d 100644
--- a/build/android/instr_action.gypi
+++ b/build/android/instr_action.gypi
@@ -22,6 +22,7 @@
'--sources=<(java_in_dir)/src >(additional_src_dirs) >(generated_src_dirs)',
'--src-root=<(DEPTH)',
'--emma-jar=<(emma_jar)',
+ '--filter-string=<(emma_filter)',
],
'conditions': [
['instr_type == "jar"', {
« no previous file with comments | « build/android/gyp/emma_instr.py ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698