Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+net/base", | 2 "+net/base", |
| 3 "+net/cert", | |
| 4 "+net/http", | |
| 3 "+net/socket", | 5 "+net/socket", |
| 6 "+net/ssl", | |
|
Ryan Sleevi
2016/02/23 00:49:45
At this point, does it just make sense to use +net
Kevin M
2016/02/23 01:58:26
Done.
| |
| 4 "+third_party/WebKit/public/platform/WebGestureDevice.h", | 7 "+third_party/WebKit/public/platform/WebGestureDevice.h", |
| 5 "+third_party/WebKit/public/web/WebInputEvent.h", | 8 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 6 ] | 9 ] |
| OLD | NEW |