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

Side by Side Diff: chromeos/DEPS

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: Moved to chrome_browser_main_chromeos.cc Created 3 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
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/audio/cras_audio_handler.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 # 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 "+chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h", 5 "+chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h",
6 "+components/device_event_log", 6 "+components/device_event_log",
7 "+components/policy/proto", 7 "+components/policy/proto",
8 "+components/pref_registry", 8 "+components/pref_registry",
9 "+components/prefs", 9 "+components/prefs",
10 "+components/signin/core/account_id/account_id.h", 10 "+components/signin/core/account_id/account_id.h",
11 "+components/user_manager/known_user.h", 11 "+components/user_manager/known_user.h",
12 "+crypto", 12 "+crypto",
13 "+media/base/video_facing.h",
13 "+net", 14 "+net",
14 "+third_party/cros_system_api", 15 "+third_party/cros_system_api",
15 "+third_party/libxml", 16 "+third_party/libxml",
16 "+third_party/protobuf", 17 "+third_party/protobuf",
17 18
18 # Some targets may not have any UI, so explictly exclude src/ui. 19 # Some targets may not have any UI, so explictly exclude src/ui.
19 "-ui", 20 "-ui",
20 ] 21 ]
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/audio/cras_audio_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698