James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 1 | mark@chromium.org |
| 2 | darin@chromium.org |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 3 | thakis@chromium.org |
| 4 | danakj@chromium.org |
| 5 | rvargas@chromium.org |
| 6 | thestig@chromium.org |
| 7 | |
James Robinson | d453188 | 2014-10-17 16:14:32 -0700 | [diff] [blame] | 8 | # On extended leave. |
| 9 | willchan@chromium.org |
| 10 | |
James Robinson | 53b7758 | 2014-10-28 17:00:48 -0700 | [diff] [blame] | 11 | # Chromium is a very mature project, most things that are generally useful are |
| 12 | # already here, and that things not here aren't generally useful. |
| 13 | # |
| 14 | # Base is pulled into many projects. For example, various ChromeOS daemons. So |
| 15 | # the bar for adding stuff is that it must have demonstrated wide |
| 16 | # applicability. Prefer to add things closer to where they're used (i.e. "not |
| 17 | # base"), and pull into base only when needed. In a project our size, |
| 18 | # sometimes even duplication is OK and inevitable. |
| 19 | # |
| 20 | # Adding a new logging macro DPVELOG_NE is not more clear than just |
| 21 | # writing the stuff you want to log in a regular logging statement, even |
| 22 | # if it makes your calling code longer. Just add it to your own code. |
| 23 | |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 24 | per-file *.isolate=csharp@chromium.org |
| 25 | per-file *.isolate=maruel@chromium.org |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 26 | per-file security_unittest.cc=jln@chromium.org |
Benjamin Lerman | 5799890 | 2014-11-18 16:06:02 +0100 | [diff] [blame] | 27 | |
| 28 | # For Android-specific changes: |
| 29 | per-file *android*=nyquist@chromium.org |
| 30 | per-file *android*=rmcilroy@chromium.org |
| 31 | per-file *android*=yfriedman@chromium.org |