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

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

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed incorrect reference to a GYP dependency. Created 5 years, 4 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/drive/change_list_loader.h » ('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 "+components/constrained_window", 2 "+components/constrained_window",
3 "+components/drive/drive_pref_names.h",
3 "+components/pairing", 4 "+components/pairing",
4 "+components/onc", 5 "+components/onc",
5 "+components/ownership", 6 "+components/ownership",
6 "+components/user_manager", 7 "+components/user_manager",
7 "+components/wallpaper", 8 "+components/wallpaper",
8 "+cros", 9 "+cros",
9 "+dbus", 10 "+dbus",
10 "+device/bluetooth", 11 "+device/bluetooth",
11 "+media/audio/sounds", # For system sounds 12 "+media/audio/sounds", # For system sounds
12 "+media/base/media_switches.h", # For media command line switches. 13 "+media/base/media_switches.h", # For media command line switches.
13 "+media/mojo/interfaces", # For platform verification mojom interface. 14 "+media/mojo/interfaces", # For platform verification mojom interface.
14 "+ui/ozone/public", 15 "+ui/ozone/public",
15 16
16 # Other libraries. 17 # Other libraries.
17 "+third_party/libjingle", 18 "+third_party/libjingle",
18 ] 19 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/change_list_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698