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

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

Issue 2919903002: Remove references to ui/views/layout/layout_constants.h (Closed)
Patch Set: presubmit 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/attestation/platform_verification_dialog.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #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 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/attestation/platform_verification_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698