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 # per-file rules: | 11 # per-file rules: |
12 # 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 |
13 # 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. |
14 per-file *.gypi=* | 14 per-file *.gypi=* |
15 per-file *.isolate=csharp@chromium.org | |
16 per-file *.isolate=maruel@chromium.org | 15 per-file *.isolate=maruel@chromium.org |
| 16 per-file *.isolate=tandrii@chromium.org |
| 17 per-file *.isolate=vadimsh@chromium.org |
17 | 18 |
18 # Android OWNERS from chrome/android/OWNERS | 19 # Android OWNERS from chrome/android/OWNERS |
19 per-file chrome_android*.gypi=aruslan@chromium.org | 20 per-file chrome_android*.gypi=aruslan@chromium.org |
20 per-file chrome_android*.gypi=bauerb@chromium.org | 21 per-file chrome_android*.gypi=bauerb@chromium.org |
21 per-file chrome_android*.gypi=dtrainor@chromium.org | 22 per-file chrome_android*.gypi=dtrainor@chromium.org |
22 per-file chrome_android*.gypi=miguelg@chromium.org | 23 per-file chrome_android*.gypi=miguelg@chromium.org |
23 per-file chrome_android*.gypi=nyquist@chromium.org | 24 per-file chrome_android*.gypi=nyquist@chromium.org |
24 per-file chrome_android*.gypi=tedchoc@chromium.org | 25 per-file chrome_android*.gypi=tedchoc@chromium.org |
25 per-file chrome_android*.gypi=yfriedman@chromium.org | 26 per-file chrome_android*.gypi=yfriedman@chromium.org |
26 | 27 |
27 # Chrome OS OWNERS from chrome/browser/chromeos/OWNERS | 28 # Chrome OS OWNERS from chrome/browser/chromeos/OWNERS |
28 per-file chrome_browser_chromeos.gypi=achuith@chromium.org | 29 per-file chrome_browser_chromeos.gypi=achuith@chromium.org |
29 per-file chrome_browser_chromeos.gypi=derat@chromium.org | 30 per-file chrome_browser_chromeos.gypi=derat@chromium.org |
30 per-file chrome_browser_chromeos.gypi=dpolukhin@chromium.org | 31 per-file chrome_browser_chromeos.gypi=dpolukhin@chromium.org |
31 per-file chrome_browser_chromeos.gypi=nkostylev@chromium.org | 32 per-file chrome_browser_chromeos.gypi=nkostylev@chromium.org |
32 per-file chrome_browser_chromeos.gypi=oshima@chromium.org | 33 per-file chrome_browser_chromeos.gypi=oshima@chromium.org |
33 per-file chrome_browser_chromeos.gypi=satorux@chromium.org | 34 per-file chrome_browser_chromeos.gypi=satorux@chromium.org |
34 per-file chrome_browser_chromeos.gypi=stevenjb@chromium.org | 35 per-file chrome_browser_chromeos.gypi=stevenjb@chromium.org |
35 per-file chrome_browser_chromeos.gypi=xiyuan@chromium.org | 36 per-file chrome_browser_chromeos.gypi=xiyuan@chromium.org |
36 per-file chrome_browser_chromeos.gypi=zelidrag@chromium.org | 37 per-file chrome_browser_chromeos.gypi=zelidrag@chromium.org |
37 | 38 |
38 # Syzygy files. | 39 # Syzygy files. |
39 per-file chrome_syzygy.gyp*=chrisha@chromium.org | 40 per-file chrome_syzygy.gyp*=chrisha@chromium.org |
40 per-file chrome_syzygy.gyp*=siggi@chromium.org | 41 per-file chrome_syzygy.gyp*=siggi@chromium.org |
OLD | NEW |