Chromium Code Reviews| 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 #TODO(ananta): Remove this when we move files which display UI in | |
|
sky
2017/06/02 17:56:15
Space after '#'
| |
| 7 # chrome/browser/chromeos to chrome/browser/ui/views/chromeos | |
| 8 # crbug.com/728877 | |
| 9 "+chrome/browser/ui/views/harmony/chrome_layout_provider.h", | |
| 5 | 10 |
| 6 "+components/constrained_window", | 11 "+components/constrained_window", |
| 7 "+components/drive/drive_pref_names.h", | 12 "+components/drive/drive_pref_names.h", |
| 8 "+components/pairing", | 13 "+components/pairing", |
| 9 "+components/onc", | 14 "+components/onc", |
| 10 "+components/ownership", | 15 "+components/ownership", |
| 11 "+components/user_manager", | 16 "+components/user_manager", |
| 12 "+components/wallpaper", | 17 "+components/wallpaper", |
| 13 "+cros", | 18 "+cros", |
| 14 "+dbus", | 19 "+dbus", |
| 15 "+device/bluetooth", | 20 "+device/bluetooth", |
| 16 "+mash/public/interfaces", | 21 "+mash/public/interfaces", |
| 17 "+media/audio/sounds", # For system sounds | 22 "+media/audio/sounds", # For system sounds |
| 18 "+media/base/media_switches.h", # For media command line switches. | 23 "+media/base/media_switches.h", # For media command line switches. |
| 19 "+media/mojo/interfaces", # For platform verification mojom interface. | 24 "+media/mojo/interfaces", # For platform verification mojom interface. |
| 20 "+mojo/edk/embedder", | 25 "+mojo/edk/embedder", |
| 21 "+ui/ozone/public", | 26 "+ui/ozone/public", |
| 22 ] | 27 ] |
| OLD | NEW |