Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+native_client/src/include", | 2 "+native_client/src/include", |
| 3 "+third_party/angle_dx11", | 3 "+third_party/angle", |
| 4 "+third_party/amd", | 4 "+third_party/amd", |
| 5 "+third_party/re2", | 5 "+third_party/re2", |
| 6 "+third_party/smhasher", | 6 "+third_party/smhasher", |
| 7 "+third_party/protbuf", | 7 "+third_party/protbuf", |
| 8 "+crypto", | 8 "+crypto", |
| 9 "+ui/gfx", | 9 "+ui/gfx", |
| 10 "+ui/gl", | 10 "+ui/gl", |
| 11 "+ui/surface", | 11 "+ui/surface", |
| 12 ] | 12 ] |
| OLD | NEW |