Files
Anton Paymyshev 39671d1cdc Fix implicit deps on chromium components (#29801)
affiliations assist_ranker autofill base32 bookmarks
2025-06-27 18:06:25 +07:00

14 lines
306 B
Python

include_rules = [
"+components/base32",
"+components/prefs",
"+content/public/test",
]
specific_include_rules = {
# component unit tests should not have chrome deps
"ipfs_component_cleaner_unittest\.cc": [
"!chrome/browser/prefs/browser_prefs.h",
"!chrome/common/chrome_paths.h",
],
}