xref: /aosp_15_r20/external/webrtc/modules/video_coding/DEPS (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Workerinclude_rules = [
2*d9f75844SAndroid Build Coastguard Worker  "+vpx",
3*d9f75844SAndroid Build Coastguard Worker  "+call",
4*d9f75844SAndroid Build Coastguard Worker  "+common_video",
5*d9f75844SAndroid Build Coastguard Worker  "+sdk",
6*d9f75844SAndroid Build Coastguard Worker  "+system_wrappers",
7*d9f75844SAndroid Build Coastguard Worker  "+rtc_tools",
8*d9f75844SAndroid Build Coastguard Worker  "+third_party/libyuv",
9*d9f75844SAndroid Build Coastguard Worker  "+rtc_base/system/rtc_export.h",
10*d9f75844SAndroid Build Coastguard Worker  "+video/config",
11*d9f75844SAndroid Build Coastguard Worker]
12*d9f75844SAndroid Build Coastguard Worker
13*d9f75844SAndroid Build Coastguard Workerspecific_include_rules = {
14*d9f75844SAndroid Build Coastguard Worker  "android_codec_factory_helper\.cc": [
15*d9f75844SAndroid Build Coastguard Worker    "+base/android",
16*d9f75844SAndroid Build Coastguard Worker  ],
17*d9f75844SAndroid Build Coastguard Worker  "multiplex_encoder_adapter\.cc": [
18*d9f75844SAndroid Build Coastguard Worker    "+media/base",
19*d9f75844SAndroid Build Coastguard Worker  ],
20*d9f75844SAndroid Build Coastguard Worker  ".*test.*\.cc": [
21*d9f75844SAndroid Build Coastguard Worker     "+media/base",
22*d9f75844SAndroid Build Coastguard Worker     "+media/engine",
23*d9f75844SAndroid Build Coastguard Worker     "+video/config",
24*d9f75844SAndroid Build Coastguard Worker  ],
25*d9f75844SAndroid Build Coastguard Worker}
26