 Chromium Code Reviews
 Chromium Code Reviews Issue 3521006:
  Make presubmit output less annoying for mac people.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/
    
  
    Issue 3521006:
  Make presubmit output less annoying for mac people.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/| Index: depot_tools/presubmit_canned_checks.py | 
| =================================================================== | 
| --- depot_tools/presubmit_canned_checks.py (revision 61222) | 
| +++ depot_tools/presubmit_canned_checks.py (working copy) | 
| @@ -258,6 +258,7 @@ | 
| not 'https://' in line and | 
| not line.startswith('#define') and | 
| not line.startswith('#include') and | 
| + not line.startswith('#import') and | 
| not line.startswith('#pragma') and | 
| not line.startswith('#if') and | 
| not line.startswith('#endif')): |