| include_rules = [ | |
| # TODO(beng): It may make sense to have a broad permit of content/public | |
| # in this file, but I'm starting out conservative. | |
| "+content/public/browser/gpu_data_manager.h", | |
| ] | |
| specific_include_rules = { | |
| "screen_orientation_delegate_chromeos.cc": [ | |
| "+content/public/browser/screen_orientation_provider.h", | |
| "+content/public/browser/web_contents.h", | |
| ], | |
| "screen_orientation_delegate_chromeos.h": [ | |
| "+content/public/browser/screen_orientation_delegate.h", | |
| ], | |
| } |