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", | |
| 5 "+third_party/openmax", | 4 "+third_party/openmax", |
| 6 "+third_party/opus", | 5 "+third_party/opus", |
| 7 "+third_party/skia", | 6 "+third_party/skia", |
| 8 "+ui/gfx", | 7 "+ui/gfx", |
| 9 "+ui/gl", | 8 "+ui/gl", |
| 10 ] | 9 ] |
| OLD | NEW |