Add 'blink_heap_unittests' as a test step to run in the Blink CQ.

[email protected], [email protected]
BUG=334018

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/commit-queue@245047 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/projects.py b/projects.py
index 471402e..d304dad 100644
--- a/projects.py
+++ b/projects.py
@@ -184,6 +184,7 @@
                               steps=prereq_tests)]
   if not no_try:
     blink_tests = [
+      'blink_heap_unittests',
       'blink_platform_unittests',
       'webkit_lint',
       'webkit_python_tests',