| Index: build/android/buildbot/bb_device_steps.py
|
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
|
| index f4e7f8dada4b18abb5dab35ea6e614aa1742e9c1..16f614c9ae6cef8c80df3f0953fc4667400ef634 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -435,7 +435,7 @@ def RunInstrumentationTests(options):
|
|
|
|
|
| def RunWebkitTests(options):
|
| - RunTestSuites(options, ['webkit_unit_tests'])
|
| + RunTestSuites(options, ['webkit_unit_tests', 'blink_heap_unittests'])
|
| RunWebkitLint(options.target)
|
|
|
|
|
|
|