| OLD | NEW |
| 1 # About src/base: | 1 # About src/base: |
| 2 # | 2 # |
| 3 # Chromium is a very mature project, most things that are generally useful are | 3 # Chromium is a very mature project, most things that are generally useful are |
| 4 # already here, and that things not here aren't generally useful. | 4 # already here, and that things not here aren't generally useful. |
| 5 # | 5 # |
| 6 # Base is pulled into many projects. For example, various ChromeOS daemons. So | 6 # Base is pulled into many projects. For example, various ChromeOS daemons. So |
| 7 # the bar for adding stuff is that it must have demonstrated wide | 7 # the bar for adding stuff is that it must have demonstrated wide |
| 8 # applicability. Prefer to add things closer to where they're used (i.e. "not | 8 # applicability. Prefer to add things closer to where they're used (i.e. "not |
| 9 # base"), and pull into base only when needed. In a project our size, | 9 # base"), and pull into base only when needed. In a project our size, |
| 10 # sometimes even duplication is OK and inevitable. | 10 # sometimes even duplication is OK and inevitable. |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 per-file callback*=tzik@chromium.org | 29 per-file callback*=tzik@chromium.org |
| 30 | 30 |
| 31 # For Android-specific changes: | 31 # For Android-specific changes: |
| 32 per-file *android*=file://base/android/OWNERS | 32 per-file *android*=file://base/android/OWNERS |
| 33 per-file BUILD.gn=file://base/android/OWNERS | 33 per-file BUILD.gn=file://base/android/OWNERS |
| 34 | 34 |
| 35 # For FeatureList API: | 35 # For FeatureList API: |
| 36 per-file feature_list*=asvitkine@chromium.org | 36 per-file feature_list*=asvitkine@chromium.org |
| 37 per-file feature_list*=isherman@chromium.org | 37 per-file feature_list*=isherman@chromium.org |
| 38 | 38 |
| 39 # For bot infrastructure: | |
| 40 per-file *.isolate=maruel@chromium.org | |
| 41 per-file *.isolate=tandrii@chromium.org | |
| 42 per-file *.isolate=vadimsh@chromium.org | |
| 43 | |
| 44 # For TCMalloc tests: | 39 # For TCMalloc tests: |
| 45 per-file security_unittest.cc=jln@chromium.org | 40 per-file security_unittest.cc=jln@chromium.org |
| 46 | 41 |
| 47 # COMPONENT: Internals>Core | 42 # COMPONENT: Internals>Core |
| OLD | NEW |