include_rules = [ | |
"+components/prefs", | |
"+net", | |
"+third_party/blink/public/common", | |
"+third_party/blink/public/mojom", | |
"+third_party/leveldatabase", | |
"+services/network/public/cpp/features.h", | |
"+services/network/public/cpp/shared_storage_utils.h", | |
"+sql", | |
"+storage/browser/quota/special_storage_policy.h", | |
"+storage/browser/test/mock_special_storage_policy.h", | |
] | |
specific_include_rules = { | |
".*_unittest.cc|.*_test_util*": [ | |
"+content/public/test/shared_storage_test_utils.h", | |
], | |
} |