Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "-chrome", | |
| 3 "-content", | |
| 4 "+chrome/browser/google_apis", | |
| 5 | |
| 6 # Temporarily needed, see http://crbug.com/146989 | |
| 7 "!chrome/browser/browser_process.h", | |
| 8 "!chrome/common/net/url_util.h", | |
| 9 "!content/public/browser/browser_thread.h", | |
| 10 ] | |
| 11 | |
| 12 specific_include_rules = { | |
| 13 ".*_[a-z]+test\.cc": [ | |
| 14 # Temporarily needed, see http://crbug.com/146989 | |
| 15 "!content/public/test/test_browser_thread.h", | |
| 16 ], | |
| 17 } | |
| OLD | NEW |