This replaces the deprecated `OSCrypt` usages in `BraveRewardsAPI` with `OSCryptAsync`
7 lines
174 B
Python
7 lines
174 B
Python
include_rules = [
|
|
"+brave/components/brave_rewards/core",
|
|
"+brave/components/brave_rewards/core/engine",
|
|
"+components/os_crypt/async",
|
|
"!components/os_crypt/sync",
|
|
]
|