| 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 | 4 |
| 5 # This is for the common case of adding or renaming files. If you're doing | 5 # This is for the common case of adding or renaming files. If you're doing |
| 6 # structural changes, use usual OWNERS rules. | 6 # structural changes, use usual OWNERS rules. |
| 7 per-file BUILD.gn=* | 7 per-file BUILD.gn=* |
| 8 | 8 |
| 9 per-file *_android.*=file://chrome/browser/android/OWNERS | 9 per-file *_android.*=file://chrome/browser/android/OWNERS |
| 10 | 10 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 per-file site_per_process_interactive_browsertest.cc=file://content/OWNERS | 81 per-file site_per_process_interactive_browsertest.cc=file://content/OWNERS |
| 82 | 82 |
| 83 per-file PRESUBMIT.py=dbeam@chromium.org | 83 per-file PRESUBMIT.py=dbeam@chromium.org |
| 84 per-file test_presubmit.py=dbeam@chromium.org | 84 per-file test_presubmit.py=dbeam@chromium.org |
| 85 | 85 |
| 86 per-file unload_browsertest.cc=file://content/OWNERS | 86 per-file unload_browsertest.cc=file://content/OWNERS |
| 87 | 87 |
| 88 per-file web_bluetooth*=jyasskin@chromium.org | 88 per-file web_bluetooth*=jyasskin@chromium.org |
| 89 per-file web_bluetooth*=ortuno@chromium.org | 89 per-file web_bluetooth*=ortuno@chromium.org |
| 90 per-file web_bluetooth*=scheib@chromium.org | 90 per-file web_bluetooth*=scheib@chromium.org |
| 91 |
| 92 # COMPONENT: UI>Browser |
| OLD | NEW |