 Chromium Code Reviews
 Chromium Code Reviews Issue 2919903002:
  Remove references to ui/views/layout/layout_constants.h  (Closed)
    
  
    Issue 2919903002:
  Remove references to ui/views/layout/layout_constants.h  (Closed) 
  | OLD | NEW | 
|---|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2 # TODO(crbug.com/678705): Convert to using mojo interfaces in | 2 # TODO(crbug.com/678705): Convert to using mojo interfaces in | 
| 3 # //ash/public/interfaces and eliminate this. | 3 # //ash/public/interfaces and eliminate this. | 
| 4 "+ash", | 4 "+ash", | 
| 5 | |
| 6 "+chrome/browser/ui/views/harmony/chrome_layout_provider.h", | |
| 
Peter Kasting
2017/06/01 23:59:56
Nit: Add TODO describing how you intend to rectify
 
ananta
2017/06/02 00:16:36
Done.
 | |
| 5 | 7 | 
| 6 "+components/constrained_window", | 8 "+components/constrained_window", | 
| 7 "+components/drive/drive_pref_names.h", | 9 "+components/drive/drive_pref_names.h", | 
| 8 "+components/pairing", | 10 "+components/pairing", | 
| 9 "+components/onc", | 11 "+components/onc", | 
| 10 "+components/ownership", | 12 "+components/ownership", | 
| 11 "+components/user_manager", | 13 "+components/user_manager", | 
| 12 "+components/wallpaper", | 14 "+components/wallpaper", | 
| 13 "+cros", | 15 "+cros", | 
| 14 "+dbus", | 16 "+dbus", | 
| 15 "+device/bluetooth", | 17 "+device/bluetooth", | 
| 16 "+mash/public/interfaces", | 18 "+mash/public/interfaces", | 
| 17 "+media/audio/sounds", # For system sounds | 19 "+media/audio/sounds", # For system sounds | 
| 18 "+media/base/media_switches.h", # For media command line switches. | 20 "+media/base/media_switches.h", # For media command line switches. | 
| 19 "+media/mojo/interfaces", # For platform verification mojom interface. | 21 "+media/mojo/interfaces", # For platform verification mojom interface. | 
| 20 "+mojo/edk/embedder", | 22 "+mojo/edk/embedder", | 
| 21 "+ui/ozone/public", | 23 "+ui/ozone/public", | 
| 22 ] | 24 ] | 
| OLD | NEW |