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