 Chromium Code Reviews
 Chromium Code Reviews Issue 23293006:
  [Android] Adds python option for EMMA coverage  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 23293006:
  [Android] Adds python option for EMMA coverage  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: build/android/pylib/instrumentation/test_options.py | 
| diff --git a/build/android/pylib/instrumentation/test_options.py b/build/android/pylib/instrumentation/test_options.py | 
| index 63aee8bc26f51db84a631d5edb49034ae00efe69..4077ba12c7d140d3309a311fe8df528612228a4f 100644 | 
| --- a/build/android/pylib/instrumentation/test_options.py | 
| +++ b/build/android/pylib/instrumentation/test_options.py | 
| @@ -17,6 +17,7 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [ | 
| 'save_perf_json', | 
| 'screenshot_failures', | 
| 'wait_for_debugger', | 
| + 'coverage_dir', | 
| 'test_apk', | 
| 'test_apk_path', | 
| 'test_apk_jar_path']) |