include_rules = [
  "+brave/third_party/bitcoin-core/src/src/base58.h",
  "+brave/third_party/bitcoin-core/src/src/crypto/ripemd160.h",
  "+brave/third_party/bitcoin-core/src/src/secp256k1/include/secp256k1_recovery.h",
  "+brave/third_party/bitcoin-core/src/src/secp256k1/include/secp256k1.h",
  "-brave/components/brave_wallet/browser/internal/sr25519.rs.h"
]

specific_include_rules = {
  "hd_key\.cc": [
    "+brave/vendor/bat-native-tweetnacl/tweetnacl.h",
  ],
  "hd_key_sr25519\.h": [
    "+third_party/rust/cxx/v1/cxx.h",
  ],
  "hd_key_sr25519\.cc": [
    "+brave/components/brave_wallet/browser/internal/sr25519.rs.h",
  ],
}
