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

Side by Side Diff: media/DEPS

Issue 1186293003: Implement HasInputDevices in CrasAudioManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment in cras_audio_handler.h for GetAudioDevices 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
« no previous file with comments | « chromeos/audio/cras_audio_handler.h ('k') | media/audio/audio_manager_base.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 # 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 "+crypto", 4 "+crypto",
4 "+device/udev_linux", 5 "+device/udev_linux",
5 "+device/usb", 6 "+device/usb",
6 "+gpu", 7 "+gpu",
7 "+jni", 8 "+jni",
8 "+skia/ext", 9 "+skia/ext",
9 "+third_party/ffmpeg", 10 "+third_party/ffmpeg",
10 "+third_party/libvpx", 11 "+third_party/libvpx",
11 "+third_party/libyuv", 12 "+third_party/libyuv",
12 "+third_party/opus", 13 "+third_party/opus",
13 "+third_party/skia", 14 "+third_party/skia",
14 "+ui/events", 15 "+ui/events",
15 "+ui/gfx", 16 "+ui/gfx",
16 "+ui/gl", 17 "+ui/gl",
17 "+ui/ozone", 18 "+ui/ozone",
18 "+third_party/widevine/cdm/widevine_cdm_common.h", 19 "+third_party/widevine/cdm/widevine_cdm_common.h",
19 "-media/blink", 20 "-media/blink",
20 ] 21 ]
OLDNEW
« no previous file with comments | « chromeos/audio/cras_audio_handler.h ('k') | media/audio/audio_manager_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698