Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: base/OWNERS

Issue 1641513004: Update //base to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/BUILD.gn ('k') | base/allocator/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 mark@chromium.org 1 mark@chromium.org
2 darin@chromium.org
3 thakis@chromium.org 2 thakis@chromium.org
4 danakj@chromium.org 3 danakj@chromium.org
5 rvargas@chromium.org 4 rvargas@chromium.org
6 thestig@chromium.org 5 thestig@chromium.org
7 6
8 # On extended leave.
9 willchan@chromium.org
10
11 # Chromium is a very mature project, most things that are generally useful are 7 # 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. 8 # already here, and that things not here aren't generally useful.
13 # 9 #
14 # Base is pulled into many projects. For example, various ChromeOS daemons. So 10 # 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 11 # 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 12 # 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, 13 # base"), and pull into base only when needed. In a project our size,
18 # sometimes even duplication is OK and inevitable. 14 # sometimes even duplication is OK and inevitable.
19 # 15 #
20 # Adding a new logging macro DPVELOG_NE is not more clear than just 16 # 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 17 # 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. 18 # if it makes your calling code longer. Just add it to your own code.
23 19
24 per-file *.isolate=csharp@chromium.org
25 per-file *.isolate=maruel@chromium.org 20 per-file *.isolate=maruel@chromium.org
21 per-file *.isolate=tandrii@chromium.org
22 per-file *.isolate=vadimsh@chromium.org
26 per-file security_unittest.cc=jln@chromium.org 23 per-file security_unittest.cc=jln@chromium.org
27 24
28 # For Android-specific changes: 25 # For Android-specific changes:
29 per-file *android*=nyquist@chromium.org 26 per-file *android*=nyquist@chromium.org
30 per-file *android*=rmcilroy@chromium.org 27 per-file *android*=rmcilroy@chromium.org
31 per-file *android*=yfriedman@chromium.org 28 per-file *android*=yfriedman@chromium.org
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/allocator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698