| Index: build/android/pylib/single_test_runner.py
|
| diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/single_test_runner.py
|
| index 0a2b087b885cbf65ffb257f570a28dedbed35aba..3b969ad1c9877d0affe054cbb571f2e039acb47e 100644
|
| --- a/build/android/pylib/single_test_runner.py
|
| +++ b/build/android/pylib/single_test_runner.py
|
| @@ -230,7 +230,7 @@ class SingleTestRunner(BaseTestRunner):
|
| ]
|
| elif self.test_package.test_suite_basename == 'content_unittests':
|
| return [
|
| - 'chrome/test/gpu/webgl_conformance_test_expectations.txt',
|
| + 'content/test/data/gpu/webgl_conformance_test_expectations.txt',
|
| 'net/data/ssl/certificates/',
|
| 'webkit/data/dom_storage/webcore_test_database.localstorage',
|
| 'third_party/hyphen/hyph_en_US.dic',
|
|
|