1 mark (a] chromium.org 2 thakis (a] chromium.org 3 danakj (a] chromium.org 4 thestig (a] chromium.org 5 6 # Chromium is a very mature project, most things that are generally useful are 7 # already here, and that things not here aren't generally useful. 8 # 9 # Base is pulled into many projects. For example, various ChromeOS daemons. So 10 # the bar for adding stuff is that it must have demonstrated wide 11 # applicability. Prefer to add things closer to where they're used (i.e. "not 12 # base"), and pull into base only when needed. In a project our size, 13 # sometimes even duplication is OK and inevitable. 14 # 15 # Adding a new logging macro DPVELOG_NE is not more clear than just 16 # writing the stuff you want to log in a regular logging statement, even 17 # if it makes your calling code longer. Just add it to your own code. 18 19 per-file *.isolate=maruel (a] chromium.org 20 per-file *.isolate=tandrii (a] chromium.org 21 per-file *.isolate=vadimsh (a] chromium.org 22 per-file security_unittest.cc=jln (a] chromium.org 23 24 # For Android-specific changes: 25 per-file *android*=nyquist (a] chromium.org 26 per-file *android*=rmcilroy (a] chromium.org 27 per-file *android*=torne (a] chromium.org 28 per-file *android*=yfriedman (a] chromium.org 29 30 # For FeatureList API: 31 per-file feature_list*=asvitkine (a] chromium.org 32 per-file feature_list*=isherman (a] chromium.org 33