| 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 b925c55312487febdf8125e807e5d139917e7c85..8860cfb121e24962f122bc2599c1299533259ec8 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)
|
|
|
|
|
|
|