blob: c55a11c148de4b0fe47d62fb5bf34374a7177d64 [file] [log] [blame]
include_rules = [
# For compressing data stored in SessionStorage.
"+third_party/bzip2",
]
specific_include_rules = {
'.*test\.cc': [
# Tests may depend upon views.
"+chrome/browser/ui/views",
# Tests may depend upon saved_tab_groups internals.
"+components/saved_tab_groups/internal",
],
"session_restore\.cc": [
"+ash/shell.h",
"+ash/metrics/login_unlock_throughput_recorder.h",
],
}