Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+net", | 2 "+net", |
| 3 "+remoting/codec", | 3 "+remoting/codec", |
| 4 "+remoting/jingle_glue", | 4 "+remoting/jingle_glue", |
| 5 "+remoting/protocol", | 5 "+remoting/protocol", |
| 6 "+skia/ext", | |
| 7 "+third_party/jsoncpp", | 6 "+third_party/jsoncpp", |
| 8 "+third_party/modp_b64", | 7 "+third_party/modp_b64", |
| 9 "+third_party/npapi", | 8 "+third_party/npapi", |
| 10 "+third_party/skia/include/core", | 9 "+third_party/skia/include/core", |
| 11 "+third_party/webrtc", | |
|
Jamie
2013/12/11 18:15:27
It's not clear from the CL description what this c
Sergey Ulanov
2013/12/11 19:40:03
No, that was a mistake, I meant to remove third_pa
| |
| 12 "+ui", | 10 "+ui", |
| 13 ] | 11 ] |
| OLD | NEW |