Revert 221358 "Boot ios_dbg_simulator tests from CQ"

> Boot ios_dbg_simulator tests from CQ
> 
> These are blocking CQ. Not failing on main waterfall
> and can't figure out cause.  Boot first, ask questions later.
> 
> BUG=285659
> TBR=cmp
> 
> Review URL: https://chromiumcodereview.appspot.com/23702022

[email protected]

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/commit-queue@221847 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/projects.py b/projects.py
index b7a97fa..e856f27 100644
--- a/projects.py
+++ b/projects.py
@@ -324,15 +324,13 @@
       'android_aosp': ['compile'],
       'ios_dbg_simulator': [
         'compile',
-        # Tryjobs failing but not main waterfall. Can't tell which are OK,
-        # booting all tests. crbug.com/285659
-        # 'base_unittests',
-        # 'content_unittests',
-        # 'crypto_unittests',
-        # 'url_unittests',
-        # 'net_unittests',
-        # 'sql_unittests',
-        # 'ui_unittests',
+        'base_unittests',
+        'content_unittests',
+        'crypto_unittests',
+        'url_unittests',
+        'net_unittests',
+        'sql_unittests',
+        'ui_unittests',
       ],
       'ios_rel_device': ['compile'],
       'linux_aura': linux_aura_tests,