OLD | NEW |
1 # This OWNERS list is a last resort. Please prefer to use more specific OWNERS | 1 # This OWNERS list is a last resort. Please prefer to use more specific OWNERS |
2 # where possible. | 2 # where possible. |
3 | 3 |
4 # Reviewers: | 4 # Reviewers: |
5 ben@chromium.org | 5 ben@chromium.org |
6 brettw@chromium.org | 6 brettw@chromium.org |
7 jochen@chromium.org | 7 jochen@chromium.org |
8 jhawkins@chromium.org | 8 jhawkins@chromium.org |
9 sky@chromium.org | 9 sky@chromium.org |
10 thakis@chromium.org | 10 thakis@chromium.org |
11 thestig@chromium.org | 11 thestig@chromium.org |
12 | 12 |
13 # Just owners: | 13 # Just owners: |
14 darin@chromium.org | 14 darin@chromium.org |
15 jam@chromium.org | 15 jam@chromium.org |
16 | 16 |
17 # per-file rules: | 17 # per-file rules: |
18 # These are for the common case of adding or renaming files. If you're doing | 18 # These are for the common case of adding or renaming files. If you're doing |
19 # structural changes, please get a review from a reviewer in this file. | 19 # structural changes, please get a review from a reviewer in this file. |
20 per-file chrome_tests.gypi=* | 20 per-file chrome_tests.gypi=* |
21 per-file chrome_tests_unit.gypi=* | 21 per-file chrome_tests_unit.gypi=* |
| 22 per-file *.isolate=csharp@chromium.org |
| 23 per-file *.isolate=maruel@chromium.org |
22 per-file nacl.gypi=bradchen@chromium.org | 24 per-file nacl.gypi=bradchen@chromium.org |
23 per-file nacl.gypi=bradnelson@chromium.org | 25 per-file nacl.gypi=bradnelson@chromium.org |
24 per-file nacl.gypi=jvoung@chromium.org | 26 per-file nacl.gypi=jvoung@chromium.org |
25 per-file nacl.gypi=mseaborn@chromium.org | 27 per-file nacl.gypi=mseaborn@chromium.org |
26 per-file nacl.gypi=noelallen@chromium.org | 28 per-file nacl.gypi=noelallen@chromium.org |
27 per-file nacl.gypi=sehr@chromium.org | 29 per-file nacl.gypi=sehr@chromium.org |
28 | 30 |
29 # If you just remove, rename, or add a file to a non-test gypi file, | 31 # If you just remove, rename, or add a file to a non-test gypi file, |
30 # you can land that change TBR. Make sure to still add the people | 32 # you can land that change TBR. Make sure to still add the people |
31 # you're TBRing to the review thread and to send them email. | 33 # you're TBRing to the review thread and to send them email. |
OLD | NEW |