| Index: build/android/single_test_runner.py
|
| diff --git a/build/android/single_test_runner.py b/build/android/single_test_runner.py
|
| index 72874d4f1e17115588d5b712cd4fc2db8172fa66..ac33f5e6813aa7fb2d40013ecd761ed8acf420bc 100644
|
| --- a/build/android/single_test_runner.py
|
| +++ b/build/android/single_test_runner.py
|
| @@ -193,9 +193,6 @@ class SingleTestRunner(BaseTestRunner):
|
| elif self.test_package.test_suite_basename == 'webkit_unit_tests':
|
| return [
|
| 'third_party/WebKit/Source/WebKit/chromium/tests/data',
|
| - # We need the chrome/ directory to convice webkit_support::
|
| - # GetWebKitRootDirFilePath() we're in a chrome working dir.
|
| - 'chrome/VERSION',
|
| ]
|
| return []
|
|
|
|
|