| OLD | NEW |
| 1 # For simple changes (add/remove flag). For other changes use | 1 # For simple changes (add/remove flag). For other changes use |
| 2 # usual OWNERS rules. | 2 # usual OWNERS rules. |
| 3 per-file about_flags.cc=* | 3 per-file about_flags.cc=* |
| 4 per-file flag_descriptions.*=* | 4 per-file flag_descriptions.*=* |
| 5 | 5 |
| 6 per-file about_flags_unittest.cc=file://components/flags_ui/OWNERS | 6 per-file about_flags_unittest.cc=file://components/flags_ui/OWNERS |
| 7 | 7 |
| 8 # This is for the common case of adding or renaming files. If you're doing | 8 # This is for the common case of adding or renaming files. If you're doing |
| 9 # structural changes, use usual OWNERS rules. | 9 # structural changes, use usual OWNERS rules. |
| 10 per-file BUILD.gn=* | 10 per-file BUILD.gn=* |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 per-file site_details*=nick@chromium.org | 75 per-file site_details*=nick@chromium.org |
| 76 | 76 |
| 77 per-file site_per_process_interactive_browsertest.cc=alexmos@chromium.org | 77 per-file site_per_process_interactive_browsertest.cc=alexmos@chromium.org |
| 78 per-file site_per_process_interactive_browsertest.cc=file://content/OWNERS | 78 per-file site_per_process_interactive_browsertest.cc=file://content/OWNERS |
| 79 | 79 |
| 80 per-file PRESUBMIT.py=dbeam@chromium.org | 80 per-file PRESUBMIT.py=dbeam@chromium.org |
| 81 per-file test_presubmit.py=dbeam@chromium.org | 81 per-file test_presubmit.py=dbeam@chromium.org |
| 82 | 82 |
| 83 per-file unload_browsertest.cc=file://content/OWNERS | 83 per-file unload_browsertest.cc=file://content/OWNERS |
| 84 | 84 |
| 85 per-file vr_shell_resources.grdp=file://chrome/browser/android/vr_shell/OWNERS |
| 86 |
| 85 per-file web_bluetooth*=jyasskin@chromium.org | 87 per-file web_bluetooth*=jyasskin@chromium.org |
| 86 per-file web_bluetooth*=ortuno@chromium.org | 88 per-file web_bluetooth*=ortuno@chromium.org |
| 87 per-file web_bluetooth*=scheib@chromium.org | 89 per-file web_bluetooth*=scheib@chromium.org |
| OLD | NEW |