[go: nahoru, domu]

blob: b58c9bb15d462675e6d32d807217362276a2f556 [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
danakj79f3f6a2016-06-14 19:05:0920mark@chromium.org
21thakis@chromium.org
22danakj@chromium.org
23thestig@chromium.org
24dcheng@chromium.org
25
26# For Bind/Callback:
27per-file bind*=tzik@chromium.org
28per-file callback*=tzik@chromium.org
nyquist24df6382014-11-14 02:47:2029
30# For Android-specific changes:
nyquistc311f462016-08-17 22:57:2331per-file *android*=file://base/android/OWNERS
nyquistcc17d922016-08-15 23:23:5532per-file BUILD.gn=file://base/android/OWNERS
asvitkinebccbb862015-09-04 17:17:4533
34# For FeatureList API:
35per-file feature_list*=asvitkine@chromium.org
36per-file feature_list*=isherman@chromium.org
danakj79f3f6a2016-06-14 19:05:0937
38# For bot infrastructure:
39per-file *.isolate=maruel@chromium.org
40per-file *.isolate=tandrii@chromium.org
41per-file *.isolate=vadimsh@chromium.org
42
43# For TCMalloc tests:
44per-file security_unittest.cc=jln@chromium.org