Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+google/protobuf", | 2 "+google/protobuf", |
| 3 "+jingle/glue", | 3 "+jingle/glue", |
| 4 "+net", | 4 "+net", |
| 5 "+ppapi/c", | 5 "+ppapi/c", |
| 6 "+ppapi/cpp", | 6 "+ppapi/cpp", |
| 7 "+ppapi/utility", | 7 "+ppapi/utility", |
| 8 "+remoting/jingle_glue", | 8 "+remoting/jingle_glue", |
| 9 "+third_party/libjingle", | |
| 9 "+third_party/protobuf/src", | 10 "+third_party/protobuf/src", |
| 10 ] | 11 ] |
| OLD | NEW |