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 jochen@chromium.org | 5 jochen@chromium.org |
6 jhawkins@chromium.org | 6 jhawkins@chromium.org |
7 sky@chromium.org | 7 sky@chromium.org |
8 thakis@chromium.org | 8 thakis@chromium.org |
9 thestig@chromium.org | 9 thestig@chromium.org |
10 | 10 |
11 # Just owners: | |
12 darin@chromium.org | |
13 jam@chromium.org | |
14 | |
15 # per-file rules: | 11 # per-file rules: |
16 # These are for the common case of adding or renaming files. If you're doing | 12 # These are for the common case of adding or renaming files. If you're doing |
17 # structural changes, please get a review from a reviewer in this file. | 13 # structural changes, please get a review from a reviewer in this file. |
18 per-file *.gypi=* | 14 per-file *.gypi=* |
19 per-file *.isolate=csharp@chromium.org | 15 per-file *.isolate=csharp@chromium.org |
20 per-file *.isolate=maruel@chromium.org | 16 per-file *.isolate=maruel@chromium.org |
21 per-file nacl.gypi=bradchen@chromium.org | 17 per-file nacl.gypi=bradchen@chromium.org |
22 per-file nacl.gypi=bradnelson@chromium.org | 18 per-file nacl.gypi=bradnelson@chromium.org |
23 per-file nacl.gypi=jvoung@chromium.org | 19 per-file nacl.gypi=jvoung@chromium.org |
24 per-file nacl.gypi=mseaborn@chromium.org | 20 per-file nacl.gypi=mseaborn@chromium.org |
(...skipping 16 matching lines...) Expand all Loading... |
41 per-file chrome_browser_chromeos.gypi=nkostylev@chromium.org | 37 per-file chrome_browser_chromeos.gypi=nkostylev@chromium.org |
42 per-file chrome_browser_chromeos.gypi=oshima@chromium.org | 38 per-file chrome_browser_chromeos.gypi=oshima@chromium.org |
43 per-file chrome_browser_chromeos.gypi=satorux@chromium.org | 39 per-file chrome_browser_chromeos.gypi=satorux@chromium.org |
44 per-file chrome_browser_chromeos.gypi=stevenjb@chromium.org | 40 per-file chrome_browser_chromeos.gypi=stevenjb@chromium.org |
45 per-file chrome_browser_chromeos.gypi=xiyuan@chromium.org | 41 per-file chrome_browser_chromeos.gypi=xiyuan@chromium.org |
46 per-file chrome_browser_chromeos.gypi=zelidrag@chromium.org | 42 per-file chrome_browser_chromeos.gypi=zelidrag@chromium.org |
47 | 43 |
48 # If you just remove, rename, or add a file to a non-test gypi file, | 44 # If you just remove, rename, or add a file to a non-test gypi file, |
49 # you can land that change TBR. Make sure to still add the people | 45 # you can land that change TBR. Make sure to still add the people |
50 # you're TBRing to the review thread and to send them email. | 46 # you're TBRing to the review thread and to send them email. |
OLD | NEW |