blob: 6878ba42189bfa892a3aac67a71a6f6be3cd5e94 [file] [log] [blame]
include_rules = [
"+components/client_update_protocol",
"+components/crx_file",
"+components/services/patch",
"+components/prefs",
"+components/services/unzip",
"+components/version_info",
"+courgette",
"+crypto",
"+mojo/public",
"+third_party/puffin",
"+third_party/re2",
"+third_party/zlib",
]
# Allow the unit tests to depend on the network for testing purposes.
specific_include_rules = {
"(test_configurator|.*_unittest\.(cc|h))" : [
"+net",
"+services/network/public/cpp",
"+services/network/public/mojom",
"+services/network/test",
]
}