| include_rules = [ | |
| "+third_party/re2", | |
| ] | |
| specific_include_rules = { | |
| "shared_dictionary_manager_on_disk_unittest\.cc": [ | |
| "+sql/database.h", | |
| "+sql/meta_table.h", | |
| "+sql/test/test_helpers.h", | |
| ], | |
| "simple_url_pattern_matcher*\.*": [ | |
| "+components/url_pattern", | |
| "+third_party/liburlpattern", | |
| ], | |
| } |