Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/browser/browser_thread.h", | |
|
rlarocque
2014/04/22 18:22:22
I don't think you can do this.
pval...(no longer on Chromium)
2014/04/24 01:08:53
removed
| |
| 2 # Test files can include anything from sync. | 3 # Test files can include anything from sync. |
| 3 "+sync", | 4 "+sync", |
| 4 "+net", | 5 "+net", |
| 5 ] | 6 ] |
| OLD | NEW |