remove brave_l10n::GetLocalizedResourceUTF16String and replace with ui/base/l10n
13 lines
214 B
Python
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",
|
|
],
|
|
}
|