| include_rules = [ |
| "+media/webrtc", |
| "+services/audio/public/cpp", |
| "+third_party/libyuv", |
| "+third_party/webrtc", |
| ] |
| |
| specific_include_rules = { |
| "chrome_screen_enumerator\.cc": [ |
| "+ui/display/screen.h", |
| "+ash/shell.h", |
| ], |
| "desktop_capture_access_handler\.cc": [ |
| "+ash/shell.h", |
| ], |
| "desktop_media_list_ash\.cc": [ |
| "+ash/shell.h", |
| "+ash/wm/desks/desks_util.h", |
| ], |
| "media_stream_focus_delegate.cc": [ |
| "+modules/desktop_capture/desktop_capture_options.h", |
| ], |
| "get_display_media_set_browsertest\.cc": [ |
| "+ash/shell.h", |
| ], |
| ".*_unittest\.cc": [ |
| "+ash/test/ash_test_base.h", |
| ] |
| } |