[go: nahoru, domu]

blob: 51da1f514fc68079ee75d81f9bc704ff4c10ed19 [file] [log] [blame]
danakj79f3f6a2016-06-14 19:05:091# About src/base:
2#
thakis3daa03c2014-10-27 19:36:543# 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.
5#
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
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,
10# sometimes even duplication is OK and inevitable.
11#
12# Adding a new logging macro DPVELOG_NE is not more clear than just
13# writing the stuff you want to log in a regular logging statement, even
14# if it makes your calling code longer. Just add it to your own code.
danakj79f3f6a2016-06-14 19:05:0915#
16# If the code in question does not need to be used inside base, but will have
17# multiple consumers across the codebase, consider placing it in a new directory
18# under components/ instead.
thakis3daa03c2014-10-27 19:36:5419
gabd2b99082016-12-22 02:25:2920danakj@chromium.org
21dcheng@chromium.org
22gab@chromium.org
danakj79f3f6a2016-06-14 19:05:0923mark@chromium.org
24thakis@chromium.org
danakj79f3f6a2016-06-14 19:05:0925thestig@chromium.org
danakj79f3f6a2016-06-14 19:05:0926
27# For Bind/Callback:
28per-file bind*=tzik@chromium.org
29per-file callback*=tzik@chromium.org
nyquist24df6382014-11-14 02:47:2030
31# For Android-specific changes:
nyquistc311f462016-08-17 22:57:2332per-file *android*=file://base/android/OWNERS
nyquistcc17d922016-08-15 23:23:5533per-file BUILD.gn=file://base/android/OWNERS
asvitkinebccbb862015-09-04 17:17:4534
Weze535a5b2017-07-14 01:08:1235# For Fuchsia-specific changes:
36per-file *_fuchsia*=file://build/fuchsia/OWNERS
37
asvitkinebccbb862015-09-04 17:17:4538# For FeatureList API:
39per-file feature_list*=asvitkine@chromium.org
40per-file feature_list*=isherman@chromium.org
danakj79f3f6a2016-06-14 19:05:0941
danakj79f3f6a2016-06-14 19:05:0942# For TCMalloc tests:
43per-file security_unittest.cc=jln@chromium.org
ymzhang68244892017-01-30 22:51:5844
45# COMPONENT: Internals>Core