| Index: build/android/pylib/gtest/dispatch.py
|
| diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
|
| index f024e4af67c91b31f711227697a07c94f57b2f29..3505da00620246f8eab83d9fd67694abf6e38e34 100644
|
| --- a/build/android/pylib/gtest/dispatch.py
|
| +++ b/build/android/pylib/gtest/dispatch.py
|
| @@ -28,6 +28,14 @@ import test_runner
|
| # blow up the dependency size (and the world).
|
| _ISOLATE_FILE_PATHS = {
|
| 'base_unittests': 'base/base_unittests.isolate',
|
| + 'breakpad_unittests': 'breakpad/breakpad_unittests.isolate',
|
| + 'cc_perftests': 'cc/cc_perftests.isolate',
|
| + 'components_unittests': 'components/components_unittests.isolate',
|
| + 'content_browsertests': 'content/content_browsertests.isolate',
|
| + 'content_unittests': 'content/content_unittests.isolate',
|
| + 'media_unittests': 'media/media_unittests.isolate',
|
| + 'net_unittests': 'net/net_unittests.isolate',
|
| + 'ui_unittests': 'ui/ui_unittests.isolate',
|
| 'unit_tests': 'chrome/unit_tests.isolate',
|
| }
|
|
|
| @@ -48,6 +56,9 @@ _DEPS_EXCLUSION_LIST = [
|
| 'chrome/test/data/scroll',
|
| 'chrome/test/data/third_party',
|
| 'third_party/hunspell_dictionaries/*.dic',
|
| + # crbug.com/258690
|
| + 'webkit/data/bmp_decoder',
|
| + 'webkit/data/ico_decoder',
|
| ]
|
|
|
| _ISOLATE_SCRIPT = os.path.join(
|
|
|