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

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

Issue 1215503010: OBSOLETE: Move (most of) chrome/browser/chromeos/drive into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drive-componentize-service
Patch Set: Created 5 years, 5 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 "+components/pairing", 2 "+components/pairing",
3 "+components/onc", 3 "+components/onc",
4 "+components/ownership", 4 "+components/ownership",
5 "+components/user_manager", 5 "+components/user_manager",
6 "+components/wallpaper", 6 "+components/wallpaper",
7 "+cros", 7 "+cros",
8 "+dbus", 8 "+dbus",
9 "+device/bluetooth", 9 "+device/bluetooth",
10 "+media/audio/sounds", # For system sounds 10 "+media/audio/sounds", # For system sounds
11 "+media/base/media_switches.h", # For media command line switches. 11 "+media/base/media_switches.h", # For media command line switches.
12 "+media/mojo/interfaces", # For platform verification mojom interface. 12 "+media/mojo/interfaces", # For platform verification mojom interface.
13 "+ui/ozone/public", 13 "+ui/ozone/public",
14 14
15 # Other libraries. 15 # Other libraries.
16 "+third_party/libjingle", 16 "+third_party/libjingle",
17 ] 17 ]
18
19 specific_include_rules = {
20 "preferences\.cc": [
21 "+components/drive"
22 ],
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698