[M120 Migration][HBBTV] Set hbbtv-carousel as origin and Create local_storage
[platform/framework/web/chromium-efl.git] / media / DEPS
1 # Do NOT add net/ or ui/base without a great reason, they're huge!
2 include_rules = [
3   "+cc/base/math_util.h",
4   "+cc/paint",
5   "+components/crash/core/common/crash_key.h",
6   "+components/system_media_controls/linux/buildflags",
7   "+components/viz/common/resources",
8   "+crypto",
9   "+device/udev_linux",
10   "+gpu",
11   "+media/midi/midi_jni_headers",
12   "+mojo/public/cpp/bindings/callback_helpers.h",
13   "+mojo/public/cpp/system/platform_handle.h",
14   "+net/cookies/site_for_cookies.h",
15   "+services/device/public",
16   "+services/viz/public/cpp/gpu/context_provider_command_buffer.h",
17   "+skia/ext",
18   "+third_party/re2",
19   "+third_party/dav1d",
20   "+third_party/ffmpeg",
21   "+third_party/flac",
22   "+third_party/libaom",
23   "+third_party/libdrm",
24   "+third_party/libgav1",
25   "+third_party/libvpx",
26   "+third_party/libyuv",
27   "+third_party/openh264/src/codec/api/wels",
28   "+third_party/opus",
29   "+third_party/skia",
30   "+ui/base/x/x11_user_input_monitor.h",
31   "+ui/display",
32   "+ui/events",
33   "+ui/gfx",
34   "+ui/gl",
35   "+ui/ozone",
36   "+third_party/widevine/cdm/widevine_cdm_common.h",
37   "-ipc",
38   "-media/webrtc",
39 ]
40
41 specific_include_rules = {
42   "audio_manager_unittest.cc": [
43     "+chromeos/ash/components/dbus"
44   ],
45   "cras_input_unittest.cc": [
46     "+chromeos/ash/components/dbus"
47   ],
48   "cras_unified_unittest.cc": [
49     "+chromeos/ash/components/dbus"
50   ],
51   "fuchsia_video_decoder_unittest.cc": [
52     "+components/viz/test/test_context_support.h",
53   ],
54   "gpu_memory_buffer_video_frame_pool_unittest.cc": [
55     "+components/viz/test/test_context_provider.h",
56   ],
57   "null_video_sink_unittest.cc": [
58     "+components/viz/common/frame_sinks/begin_frame_args.h",
59   ],
60   "fuchsia_.*_mojom_traits\.h": [
61     "+mojo/public/cpp/base/fuchsia/fidl_interface_request_mojom_traits.h",
62   ],
63 }