| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index ea148e7358669f3343fdae31624d6d96c2e96e8c..15aebaba5e011b88742de9b7f6d436caa922a605 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -106,6 +106,7 @@ SDK_BUILD_JAVALIB_DIR = 'lib.java'
|
| SDK_BUILD_TEST_JAVALIB_DIR = 'test.lib.java'
|
| SDK_BUILD_APKS_DIR = 'apks'
|
|
|
| +PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
|
| # The directory on the device where perf test output gets saved to.
|
| DEVICE_PERF_OUTPUT_DIR = '/data/data/' + CHROME_PACKAGE + '/files'
|
|
|
|
|