Commit b49e9be0 authored by primiano@chromium.org's avatar primiano@chromium.org

[Android] Add heap_profiler_unittests to Android bots.

Add proper coverage to heap_profiler.

BUG=382489

Review URL: https://codereview.chromium.org/351183003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282626 0039d316-1c4b-4281-b951-d872f2087c98
parent 0b7e1ad3
...@@ -754,6 +754,7 @@ ...@@ -754,6 +754,7 @@
'../tools/android/android_tools.gyp:android_tools', '../tools/android/android_tools.gyp:android_tools',
'../tools/android/android_tools.gyp:memconsumer', '../tools/android/android_tools.gyp:memconsumer',
'../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test', '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test',
'../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unittests_stripped',
'../ui/events/events.gyp:events_unittests', '../ui/events/events.gyp:events_unittests',
'../ui/ui_unittests.gyp:ui_unittests', '../ui/ui_unittests.gyp:ui_unittests',
# Unit test bundles packaged as an apk. # Unit test bundles packaged as an apk.
......
...@@ -23,6 +23,7 @@ STABLE_TEST_SUITES = [ ...@@ -23,6 +23,7 @@ STABLE_TEST_SUITES = [
'events_unittests', 'events_unittests',
'gl_tests', 'gl_tests',
'gpu_unittests', 'gpu_unittests',
'heap_profiler_unittests',
'ipc_tests', 'ipc_tests',
'media_unittests', 'media_unittests',
'net_unittests', 'net_unittests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment