OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 "+media", | 3 "+media", |
4 "+net", | 4 "+net", |
5 "+third_party/webrtc", | 5 "+third_party/webrtc", |
6 "+third_party/libyuv", | 6 "+third_party/libyuv", |
7 "+ui/gfx", | 7 "+ui/gfx", |
8 "+google/protobuf", | |
Alpha Left Google
2014/02/13 20:30:58
nit: order.
imcheng
2014/02/13 21:49:26
Done. Now presubmit lists missing LGTM from 6 depe
| |
9 "+third_party/protobuf/src/google/protobuf", | |
8 ] | 10 ] |
OLD | NEW |