OLD | NEW |
(Empty) | |
| 1 # Tight rules since this will move to services/network. See README. |
| 2 include_rules = [ |
| 3 "-content", |
| 4 "+content/common/content_export.h", |
| 5 "+content/common/url_loader.mojom.h", |
| 6 "+content/network", |
| 7 "+content/public/browser/browser_thread.h", |
| 8 "+content/public/common/content_client.h", |
| 9 "+content/public/common/referrer.h", |
| 10 "+content/public/common/resource_response.h", |
| 11 ] |
| 12 |
| 13 specific_include_rules = { |
| 14 '.*_[a-z]*test.*': [ |
| 15 "+content/browser/loader/test_url_loader_client.h", |
| 16 "+content/public/common/content_paths.h", |
| 17 "+content/public/test/test_browser_thread.h", |
| 18 ], |
| 19 } |
OLD | NEW |