Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+jni", | 2 "+jni", |
| 3 "+third_party/ffmpeg", | 3 "+third_party/ffmpeg", |
| 4 "+third_party/libvpx", | |
| 4 "+third_party/openmax", | 5 "+third_party/openmax", |
| 5 "+third_party/opus", | 6 "+third_party/opus", |
| 6 "+third_party/skia", | 7 "+third_party/skia", |
| 7 "+ui/gfx", | 8 "+ui/gfx", |
| 8 "+ui/gl", | 9 "+ui/gl", |
| 9 ] | 10 ] |
| OLD | NEW |