Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # For gpu::CommandBuffer::State | 2 # For gpu::CommandBuffer::State |
| 3 "+gpu/command_buffer/common/command_buffer.h", | 3 "+gpu/command_buffer/common/command_buffer.h", |
| 4 "+gpu/command_buffer/common/sync_token.h", | |
| 4 "-ppapi/cpp", | 5 "-ppapi/cpp", |
| 5 "-ppapi/proxy", | 6 "-ppapi/proxy", |
| 6 ] | 7 ] |
| OLD | NEW |