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",
],
"session_restore\.cc": [
"+ash/shell.h",
"+ash/metrics/login_unlock_throughput_recorder.h",
],
}