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

Side by Side Diff: media/DEPS

Issue 1020783002: Web MIDI (Linux): Improve id quality, create opaque id, prep for hotplug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use sizeof(hash) instead of repeating size constant Created 5 years, 9 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/midi/midi_manager_alsa.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 "+crypto",
3 "+device/udev_linux", 4 "+device/udev_linux",
4 "+gpu", 5 "+gpu",
5 "+jni", 6 "+jni",
6 "+skia/ext", 7 "+skia/ext",
7 "+third_party/ffmpeg", 8 "+third_party/ffmpeg",
8 "+third_party/libvpx", 9 "+third_party/libvpx",
9 "+third_party/libyuv", 10 "+third_party/libyuv",
10 "+third_party/opus", 11 "+third_party/opus",
11 "+third_party/skia", 12 "+third_party/skia",
12 "+ui/events", 13 "+ui/events",
13 "+ui/gfx", 14 "+ui/gfx",
14 "+ui/gl", 15 "+ui/gl",
15 "+ui/ozone", 16 "+ui/ozone",
16 "+third_party/widevine/cdm/widevine_cdm_common.h", 17 "+third_party/widevine/cdm/widevine_cdm_common.h",
17 "-media/blink", 18 "-media/blink",
18 ] 19 ]
OLDNEW
« no previous file with comments | « no previous file | media/midi/midi_manager_alsa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698