Files
AlexeyBarabash 68ac872402 [OSCrypt][Sync] Migrate to async OSCrypt (#36121)
* [BraveSync] Migrate from os_crypt/sync to async

Starting from cr149 components/os_crypt/sync will be
removed completely in a favor of components/os_crypt/async.

Resolves https://github.com/brave/brave-browser/issues/55192
2026-05-07 13:57:19 +03:00

12 lines
286 B
Python

include_rules = [
"+brave/third_party/bip39wally-core-native",
"+components/network_time",
"+components/os_crypt/async",
"+components/prefs",
"+components/sync",
"+components/sync_device_info",
"+content/public/browser",
"+third_party/boringssl",
"+ios/web/public",
]