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 24 matching lines...) Expand all Loading... |
35 per-file feature_list*=asvitkine@chromium.org | 35 per-file feature_list*=asvitkine@chromium.org |
36 per-file feature_list*=isherman@chromium.org | 36 per-file feature_list*=isherman@chromium.org |
37 | 37 |
38 # For bot infrastructure: | 38 # For bot infrastructure: |
39 per-file *.isolate=maruel@chromium.org | 39 per-file *.isolate=maruel@chromium.org |
40 per-file *.isolate=tandrii@chromium.org | 40 per-file *.isolate=tandrii@chromium.org |
41 per-file *.isolate=vadimsh@chromium.org | 41 per-file *.isolate=vadimsh@chromium.org |
42 | 42 |
43 # For TCMalloc tests: | 43 # For TCMalloc tests: |
44 per-file security_unittest.cc=jln@chromium.org | 44 per-file security_unittest.cc=jln@chromium.org |
| 45 |
| 46 # For Base32: |
| 47 per-file base32*=gab@chromium.org |
| 48 per-file base32*=robpercival@chromium.org |
OLD | NEW |