 Chromium Code Reviews
 Chromium Code Reviews Issue 11186039:
  Move CC switches to cc/switches.h.  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 11186039:
  Move CC switches to cc/switches.h.  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| Index: ui/DEPS | 
| diff --git a/ui/DEPS b/ui/DEPS | 
| index 1f7a282b5a74f33d86e890c5909b18d67c310804..5cdf8345bc042841a8ff14a1dbb3b820bde1c8d1 100644 | 
| --- a/ui/DEPS | 
| +++ b/ui/DEPS | 
| @@ -1,4 +1,5 @@ | 
| include_rules = [ | 
| + "+cc", | 
| 
tfarina
2012/10/18 17:31:33
hum? these is going to introduce a circular depend
 
tfarina
2012/10/18 17:32:10
sorry, typed too fast. s/these/this
 
sky
2012/10/18 17:38:27
Good point. That needs to be straightened out.
 | 
| "+chromeos/dbus", | 
| "+grit/app_locale_settings.h", | 
| "+grit/native_theme_resources.h", |