Files
Brian Johnson c75d1de3d3 [CodeHealth] remove brave_l10n::GetLocalizedResourceUTF16String (#28889)
remove brave_l10n::GetLocalizedResourceUTF16String and replace with ui/base/l10n
2025-05-01 04:22:24 -07:00

13 lines
214 B
Python

include_rules = [
"+base",
"+services/shape_detection",
"+skia",
"+third_party/skia",
]
specific_include_rules = {
"text_recognition_win\.cc": [
"!brave/components/l10n/common/locale_util.h",
],
}