blob: cebf8ff52f27c4ee7e3350ccacf3696cd81cde78 (
plain)
1
2
3
4
5
6
7
|
specific_include_rules = {
"chrome_browser_state.mm": [
# TODO(crbug.com/583685): remove once the //ios/web public API allow
# access to that class.
"+ios/web/webui/url_data_manager_ios_backend.h"
]
}
|