Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # This is used by both //content and //components/html_viewer, so prevent | 2 # This is used by both //content and //components/html_viewer, so prevent |
| 3 # any dependencies on //content | 3 # any dependencies on //content |
| 4 "-content", | 4 "-content", |
| 5 | 5 |
| 6 "+media/base", | |
|
ddorwin
2015/05/14 18:09:59
Should we add a comment that this must not be used
servolk
2015/05/14 22:30:49
Done.
| |
| 6 "+net/base", | 7 "+net/base", |
| 7 ] | 8 ] |
| OLD | NEW |