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

Side by Side Diff: base/OWNERS

Issue 2547863002: Move base32 into base so that it can be used within base.
Patch Set: sync to position 437832 Created 4 years 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/base32.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # About src/base: 1 # About src/base:
2 # 2 #
3 # Chromium is a very mature project, most things that are generally useful are 3 # 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. 4 # already here, and that things not here aren't generally useful.
5 # 5 #
6 # Base is pulled into many projects. For example, various ChromeOS daemons. So 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 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 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, 9 # base"), and pull into base only when needed. In a project our size,
10 # sometimes even duplication is OK and inevitable. 10 # sometimes even duplication is OK and inevitable.
(...skipping 24 matching lines...) Expand all
35 per-file feature_list*=asvitkine@chromium.org 35 per-file feature_list*=asvitkine@chromium.org
36 per-file feature_list*=isherman@chromium.org 36 per-file feature_list*=isherman@chromium.org
37 37
38 # For bot infrastructure: 38 # For bot infrastructure:
39 per-file *.isolate=maruel@chromium.org 39 per-file *.isolate=maruel@chromium.org
40 per-file *.isolate=tandrii@chromium.org 40 per-file *.isolate=tandrii@chromium.org
41 per-file *.isolate=vadimsh@chromium.org 41 per-file *.isolate=vadimsh@chromium.org
42 42
43 # For TCMalloc tests: 43 # For TCMalloc tests:
44 per-file security_unittest.cc=jln@chromium.org 44 per-file security_unittest.cc=jln@chromium.org
45
46 # For Base32:
47 per-file base32*=gab@chromium.org
48 per-file base32*=robpercival@chromium.org
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698