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

Side by Side Diff: media/DEPS

Issue 2412493003: Revert of Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Created 4 years, 2 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 | « media/BUILD.gn ('k') | media/base/BUILD.gn » ('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 "+chromeos/audio",
4 "+crypto", 4 "+crypto",
5 "+device/udev_linux", 5 "+device/udev_linux",
6 "+device/usb", 6 "+device/usb",
7 "+gpu", 7 "+gpu",
8 "+jni", 8 "+jni",
9 "+ppapi/features",
10 "+skia/ext", 9 "+skia/ext",
11 "+third_party/ffmpeg", 10 "+third_party/ffmpeg",
12 "+third_party/libvpx", 11 "+third_party/libvpx",
13 "+third_party/libyuv", 12 "+third_party/libyuv",
14 "+third_party/opus", 13 "+third_party/opus",
15 "+third_party/skia", 14 "+third_party/skia",
16 "+ui/display", 15 "+ui/display",
17 "+ui/events", 16 "+ui/events",
18 "+ui/gfx", 17 "+ui/gfx",
19 "+ui/gl", 18 "+ui/gl",
20 "+ui/ozone", 19 "+ui/ozone",
21 "+third_party/widevine/cdm/widevine_cdm_common.h", 20 "+third_party/widevine/cdm/widevine_cdm_common.h",
22 "-ipc", 21 "-ipc",
23 "-media/blink", 22 "-media/blink",
24 ] 23 ]
25 24
26 specific_include_rules = { 25 specific_include_rules = {
27 "audio_manager_unittest.cc": [ 26 "audio_manager_unittest.cc": [
28 "+chromeos/dbus" 27 "+chromeos/dbus"
29 ], 28 ],
30 } 29 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698