blob: 871f1948932d6445f08614956221ef45a307e4c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
include_rules = [
"+media/webrtc",
"+services/audio/public/cpp",
"+third_party/libyuv",
"+third_party/webrtc",
]
specific_include_rules = {
"desktop_capture_access_handler\.cc": [
"+ash/shell.h",
],
"desktop_media_list_ash\.cc": [
"+ash/shell.h",
"+ash/wm/desks/desks_util.h",
],
"media_capture_devices_dispatcher\.cc": [
"+ash/shell.h",
],
".*_unittest\.cc": [
"+ash/test/ash_test_base.h",
]
}
|