Chromium Code Reviews| Index: build/android/pylib/instrumentation/setup.py |
| diff --git a/build/android/pylib/instrumentation/setup.py b/build/android/pylib/instrumentation/setup.py |
| index 43b059663c63a937ebaab9983dfec7290ac70aa4..da71c589b431e3e227149352ea4a9b560e0e6f64 100644 |
| --- a/build/android/pylib/instrumentation/setup.py |
| +++ b/build/android/pylib/instrumentation/setup.py |
| @@ -31,7 +31,7 @@ def _PushExtraSuiteDataDeps(device, test_apk): |
| Args: |
| test_apk: The test suite basename for which to return file paths. |
| """ |
| - if test_apk in ['ChromeTest', 'ContentShellTest']: |
| + if test_apk in ['ChromeTest', 'ContentShellTest', 'CronetTestInstrumentation']: |
|
pauljensen
2015/10/09 20:58:10
line wrap
xunjieli
2015/10/09 21:19:57
Done.
|
| test_files = 'net/data/ssl/certificates' |
| host_device_file_tuple = [ |
| (os.path.join(constants.DIR_SOURCE_ROOT, test_files), |