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

Side by Side Diff: chromeos/DEPS

Issue 1662843002: Revert of Delete base/prefs and update callers to use components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 # Please keep the dependencies here to a minimum. This is intended to be a 1 # Please keep the dependencies here to a minimum. This is intended to be a
2 # low level Chrome OS system library that may be used by targets that need to 2 # low level Chrome OS system library that may be used by targets that need to
3 # be kept as small as possible. 3 # be kept as small as possible.
4 include_rules = [ 4 include_rules = [
5 "+components/device_event_log", 5 "+components/device_event_log",
6 "+components/prefs",
7 "+crypto", 6 "+crypto",
8 "+net", 7 "+net",
9 "+policy/proto", 8 "+policy/proto",
10 "+third_party/cros_system_api", 9 "+third_party/cros_system_api",
11 "+third_party/libxml", 10 "+third_party/libxml",
12 "+third_party/protobuf", 11 "+third_party/protobuf",
13 12
14 # Some targets may not have any UI, so explictly exclude src/ui. 13 # Some targets may not have any UI, so explictly exclude src/ui.
15 "-ui", 14 "-ui",
16 ] 15 ]
OLDNEW
« no previous file with comments | « chromecast/browser/pref_service_helper.cc ('k') | chromeos/audio/audio_devices_pref_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698