14 lines
306 B
Python
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",
|
|
],
|
|
}
|