Added --isolate-file-path option to android test_runner.
commit5b8b874d28684a10668beda666e773eca48cb872
authorkkimlabs@chromium.org <kkimlabs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 May 2014 08:18:50 +0000 (22 08:18 +0000)
committerkkimlabs@chromium.org <kkimlabs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 22 May 2014 08:18:50 +0000 (22 08:18 +0000)
tree413b6e782315b93b324bd8d9969ff86bbb0d3dca
parent6ba11ebbc72b00cacd94f92ba4fd9383a4f4a552
Added --isolate-file-path option to android test_runner.

Currently, .isolate file list is hard-coded in
build/android/pylib/gtest/setup.py so for downstream to
provide .isolate file, we need to modify the upstream setup.py
file. So add --isolate-file-path option so that downstream
can provide their own .isolate file if they want.

BUG=368034

Review URL: https://codereview.chromium.org/294033003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272137 0039d316-1c4b-4281-b951-d872f2087c98
build/android/pylib/gtest/setup.py
build/android/pylib/gtest/test_options.py
build/android/test_runner.py