| OLD | NEW |
| 1 # Font rendering and what not. | 1 # Font rendering and what not. |
| 2 asvitkine@chromium.org | 2 asvitkine@chromium.org |
| 3 | 3 |
| 4 # Primitive graphics types (size, rect, vector ...) | 4 # Primitive graphics types (size, rect, vector ...) |
| 5 danakj@chromium.org | 5 danakj@chromium.org |
| 6 | 6 |
| 7 # RenderText and related classes. | 7 # RenderText and related classes. |
| 8 msw@chromium.org | 8 msw@chromium.org |
| 9 | 9 |
| 10 # Display and related classes. | 10 # Display and related classes. |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 per-file gpu_memory_buffer*=reveman@chromium.org | 22 per-file gpu_memory_buffer*=reveman@chromium.org |
| 23 per-file buffer_format*=reveman@chromium.org | 23 per-file buffer_format*=reveman@chromium.org |
| 24 per-file *buffer_types.*=reveman@chromium.org | 24 per-file *buffer_types.*=reveman@chromium.org |
| 25 | 25 |
| 26 # Vector icons. | 26 # Vector icons. |
| 27 per-file *vector_icon*=estade@chromium.org | 27 per-file *vector_icon*=estade@chromium.org |
| 28 | 28 |
| 29 # If you're doing structural changes get a review from one of the OWNERS. | 29 # If you're doing structural changes get a review from one of the OWNERS. |
| 30 per-file *.gyp*=* | 30 per-file *.gyp*=* |
| 31 per-file BUILD.gn=* | 31 per-file BUILD.gn=* |
| 32 |
| 33 # COMPONENT: UI>GFX |
| OLD | NEW |