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

Side by Side Diff: media/DEPS

Issue 2079843003: Allow AudioManagerCras enumerate audio devices from CRAS not just defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exclude is_chromecast deps on chromeos Created 4 years, 6 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 | media/audio/BUILD.gn » ('j') | media/audio/audio_manager_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do NOT add net/ or ui/base without a great reason, they're huge! 1 # Do NOT add net/ or ui/base without a great reason, they're huge!
2 include_rules = [ 2 include_rules = [
3 "+chromeos/audio", 3 "+chromeos/audio",
4 "+chromeos/dbus",
4 "+crypto", 5 "+crypto",
5 "+device/udev_linux", 6 "+device/udev_linux",
6 "+device/usb", 7 "+device/usb",
7 "+gpu", 8 "+gpu",
8 "+jni", 9 "+jni",
9 "+skia/ext", 10 "+skia/ext",
10 "+third_party/ffmpeg", 11 "+third_party/ffmpeg",
11 "+third_party/libvpx", 12 "+third_party/libvpx",
12 "+third_party/libyuv", 13 "+third_party/libyuv",
13 "+third_party/opus", 14 "+third_party/opus",
14 "+third_party/skia", 15 "+third_party/skia",
15 "+ui/display", 16 "+ui/display",
16 "+ui/events", 17 "+ui/events",
17 "+ui/gfx", 18 "+ui/gfx",
18 "+ui/gl", 19 "+ui/gl",
19 "+ui/ozone", 20 "+ui/ozone",
20 "+third_party/widevine/cdm/widevine_cdm_common.h", 21 "+third_party/widevine/cdm/widevine_cdm_common.h",
21 "-ipc", 22 "-ipc",
22 "-media/blink", 23 "-media/blink",
23 ] 24 ]
OLDNEW
« no previous file with comments | « no previous file | media/audio/BUILD.gn » ('j') | media/audio/audio_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698