| Index: build/android/pylib/gtest/test_runner.py
|
| diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
|
| index bdbfa6010565aeff29432072257ed8ee77c6b928..de26adbee39656f7b7c38fc0f8fe1bf639c3f8bc 100644
|
| --- a/build/android/pylib/gtest/test_runner.py
|
| +++ b/build/android/pylib/gtest/test_runner.py
|
| @@ -191,6 +191,7 @@ def _GetDataFilesForTestSuite(test_suite_basename):
|
| 'content/test/data/click-noreferrer-links.html',
|
| 'content/test/data/browser_plugin_focus.html',
|
| 'content/test/data/media',
|
| + 'third_party/webgl_conformance',
|
| ]
|
| return []
|
|
|
|
|