| include_rules = [ | |
| "+third_party/blink/public/platform", | |
| ] | |
| specific_include_rules = { | |
| # TODO(crbug.com/734668): Dependencies on ozone should be removed, as content | |
| # embedded in mus won't be able to talk to the native ozone. | |
| "webcursor_ozone.cc": [ | |
| "+ui/ozone/public/cursor_factory_ozone.h", | |
| ], | |
| } |