Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Side by Side Diff: chrome/browser/chromeos/DEPS

Issue 2919903002: Remove references to ui/views/layout/layout_constants.h (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698