Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # chromecast/base may be depended on by many disparate parts of the Chromecast | 2 "+jni", |
| 3 # codebase. Keep dependencies small. | |
| 4 "-content", | |
| 5 "-net", | |
| 6 "-ui", | |
|
halliwell
2016/08/03 00:17:48
why loosen these?
alokp
2016/08/03 04:21:10
This is no longer necessary because we removed the
| |
| 7 ] | 3 ] |
| OLD | NEW |