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

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

Issue 2891923003: chromeos: Tighten DEPS on //ash in //chrome/browser to support mash (Closed)
Patch Set: rebase 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 | « chrome/browser/DEPS ('k') | chrome/browser/cryptauth/DEPS » ('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
3 # //ash/public/interfaces and eliminate this.
4 "+ash",
5
2 "+components/constrained_window", 6 "+components/constrained_window",
3 "+components/drive/drive_pref_names.h", 7 "+components/drive/drive_pref_names.h",
4 "+components/pairing", 8 "+components/pairing",
5 "+components/onc", 9 "+components/onc",
6 "+components/ownership", 10 "+components/ownership",
7 "+components/user_manager", 11 "+components/user_manager",
8 "+components/wallpaper", 12 "+components/wallpaper",
9 "+cros", 13 "+cros",
10 "+dbus", 14 "+dbus",
11 "+device/bluetooth", 15 "+device/bluetooth",
12 "+mash/public/interfaces", 16 "+mash/public/interfaces",
13 "+media/audio/sounds", # For system sounds 17 "+media/audio/sounds", # For system sounds
14 "+media/base/media_switches.h", # For media command line switches. 18 "+media/base/media_switches.h", # For media command line switches.
15 "+media/mojo/interfaces", # For platform verification mojom interface. 19 "+media/mojo/interfaces", # For platform verification mojom interface.
16 "+mojo/edk/embedder", 20 "+mojo/edk/embedder",
17 "+ui/ozone/public", 21 "+ui/ozone/public",
18 ] 22 ]
OLDNEW
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/cryptauth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698