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

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

Issue 494093002: OwnerKeyUtil is moved to components/ownership. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed GYP file. Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/kiosk_app_manager.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 "+components/pairing", 2 "+components/pairing",
3 "+components/onc", 3 "+components/onc",
4 "+components/ownership",
4 "+components/user_manager", 5 "+components/user_manager",
5 "+cros", 6 "+cros",
6 "+dbus", 7 "+dbus",
7 "+device/bluetooth", 8 "+device/bluetooth",
8 "+media/audio/sounds", # For system sounds 9 "+media/audio/sounds", # For system sounds
9 "+media/base/media_switches.h", # For media command line switches. 10 "+media/base/media_switches.h", # For media command line switches.
10 11
11 # Other libraries. 12 # Other libraries.
12 "+third_party/libjingle", 13 "+third_party/libjingle",
13 ] 14 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/kiosk_app_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698