* [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
12 lines
286 B
Python
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",
|
|
]
|