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