Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # This directory is shared with Chrome OS, which only links against | |
| 3 # base/. We don't want any other dependencies to creep in. | |
| 4 "+base", | |
|
blundell
2014/10/22 13:46:24
Everything can depend on //base, so this shouldn't
| |
| 5 "-chrome", | |
|
blundell
2014/10/22 13:46:24
This isn't necessary as no component can depend on
| |
| 6 "+components/timer", | |
|
blundell
2014/10/22 13:46:24
This shouldn't be necessary.
Chirantan Ekbote
2014/10/23 23:53:30
Done.
| |
| 7 "-content", | |
| 8 "-net", | |
| 9 "-third_party", | |
|
blundell
2014/10/22 13:46:24
You might want to look at the DEPS that are allowe
Chirantan Ekbote
2014/10/22 18:47:14
Acknowledged.
| |
| 10 ] | |
| OLD | NEW |