| Index: build/android/instr_action.gypi
|
| diff --git a/build/android/instr_action.gypi b/build/android/instr_action.gypi
|
| index b4164f651c9a6bb1c1d0e2bea93b351e81a52aec..7b159989f3daf6d9a179b420ac12f460a7235ddd 100644
|
| --- a/build/android/instr_action.gypi
|
| +++ b/build/android/instr_action.gypi
|
| @@ -11,13 +11,14 @@
|
| 'input_path%': '',
|
| 'output_path%': '',
|
| 'stamp_path%': '',
|
| - 'extra_instr_args': [],
|
| + 'extra_instr_args': [
|
| + '--coverage-file=<(_target_name).em',
|
| + '--sources-file=<(_target_name)_sources.txt',
|
| + ],
|
| 'emma_jar': '<(android_sdk_root)/tools/lib/emma.jar',
|
| 'conditions': [
|
| ['emma_instrument != 0', {
|
| 'extra_instr_args': [
|
| - '--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)',
|
|
|