OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 # Components within ui must state their dependencies explicitly. | 2 # Components within ui must state their dependencies explicitly. |
3 "+net", | |
sadrul
2016/09/27 18:14:50
This should go in ui/devtools/DEPS
Sarmad Hashmi
2016/09/27 20:32:52
Done.
| |
3 "-ui", | 4 "-ui", |
4 ] | 5 ] |
OLD | NEW |