Chromium Code Reviews| OLD | NEW | 
|---|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2 "+base", | |
| 
 
Lei Zhang
2015/10/23 18:14:32
no need for +base, that's already in src/DEPS
 
wjmaclean
2015/10/29 15:33:36
Done.
 
 | |
| 2 "+content/public/browser", | 3 "+content/public/browser", | 
| 3 "+content/public/common", | 4 "+content/public/common", | 
| 5 "+content/public/test", | |
| 
 
Lei Zhang
2015/10/23 18:14:32
do you want to add a zoom/test sub-directory and o
 
wjmaclean
2015/10/29 15:33:36
Done.
 
 | |
| 4 "+ipc", | 6 "+ipc", | 
| 5 "+net/base", | 7 "+net/base", | 
| 6 "+url", | 8 "+url", | 
| 7 ] | 9 ] | 
| 8 | 10 | 
| OLD | NEW |