| OLD | NEW |
| 1 # For Blink API usage | 1 # For Blink API usage |
| 2 esprehn@chromium.org | 2 esprehn@chromium.org |
| 3 | 3 |
| 4 # For Android | 4 # For Android |
| 5 aelias@chromium.org | 5 aelias@chromium.org |
| 6 | 6 |
| 7 # Mac Sandbox profiles. | 7 # Mac Sandbox profiles. |
| 8 per-file *.sb=set noparent | 8 per-file *.sb=set noparent |
| 9 per-file *.sb=rsesek@chromium.org | 9 per-file *.sb=rsesek@chromium.org |
| 10 | 10 |
| 11 # DirectWrite specific changes. | 11 # DirectWrite specific changes. |
| 12 per-file renderer_font_platform_win.*=scottmg@chromium.org | 12 per-file renderer_font_platform_win.*=scottmg@chromium.org |
| 13 per-file renderer_font_platform_win.*=cpu@chromium.org | 13 per-file renderer_font_platform_win.*=cpu@chromium.org |
| 14 |
| 15 # Anyone can add rules to include new test files. Get a review from one of |
| 16 # the OWNERS if you're doing structural changes. |
| 17 per-file BUILD.gn=* |
| OLD | NEW |