Chromium Code Reviews| Index: projects.py |
| diff --git a/projects.py b/projects.py |
| index 688c43bd14959e692584152d87b5ccf6074dd18f..445698d8c29be16d7a2679c4c904392c7f4ec9dd 100644 |
| --- a/projects.py |
| +++ b/projects.py |
| @@ -238,9 +238,8 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try): |
| 'sandbox_linux_unittests', |
| ], |
| 'android_dbg': ['build'], |
| - 'ios_rel_device': ['compile'], |
| + #'ios_rel_device': [], |
| 'ios_dbg_simulator': [ |
| - 'compile', |
| 'base_unittests', |
| 'crypto_unittests', |
| 'googleurl_unittests', |