Files
Kevin Smith a6bce82a33 [Rewards] Reland: Move content and engine targets behind build flag (#33932)
This change moves the Brave Rewards code in "content" and "engine"
behind the ENABLE_BRAVE_REWARDS buildflag. In order to simplify
dependencies, it also moves the buildflags defined in "engine" to
"core/buildflags".
2026-02-17 20:41:53 -05:00

20 lines
619 B
Python

from brave_chromium_utils import inline_file
inline_file("//chrome/DEPS", globals(), locals())
chrome_utility_deps = {}
inline_file("//chrome/utility/DEPS", {}, chrome_utility_deps)
include_rules += chrome_utility_deps["include_rules"]
include_rules += [
"+brave/common",
"+brave/grit",
"+chrome/utility",
"+brave/components/constants",
"+brave/components/services/bat_rewards",
"+brave/components/services/brave_wallet",
"+brave/components/brave_rewards/core/buildflags",
"+brave/components/brave_wallet/common/buildflags",
"+brave/components/services/tor",
"+brave/components/tor/buildflags",
]