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

Side by Side Diff: base/OWNERS

Issue 2766403002: Remove .isolate files from OWNER files (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | breakpad/OWNERS » ('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 18 matching lines...) Expand all
29 per-file callback*=tzik@chromium.org 29 per-file callback*=tzik@chromium.org
30 30
31 # For Android-specific changes: 31 # For Android-specific changes:
32 per-file *android*=file://base/android/OWNERS 32 per-file *android*=file://base/android/OWNERS
33 per-file BUILD.gn=file://base/android/OWNERS 33 per-file BUILD.gn=file://base/android/OWNERS
34 34
35 # For FeatureList API: 35 # For FeatureList API:
36 per-file feature_list*=asvitkine@chromium.org 36 per-file feature_list*=asvitkine@chromium.org
37 per-file feature_list*=isherman@chromium.org 37 per-file feature_list*=isherman@chromium.org
38 38
39 # For bot infrastructure:
40 per-file *.isolate=maruel@chromium.org
41 per-file *.isolate=tandrii@chromium.org
42 per-file *.isolate=vadimsh@chromium.org
43
44 # For TCMalloc tests: 39 # For TCMalloc tests:
45 per-file security_unittest.cc=jln@chromium.org 40 per-file security_unittest.cc=jln@chromium.org
46 41
47 # COMPONENT: Internals>Core 42 # COMPONENT: Internals>Core
OLDNEW
« no previous file with comments | « no previous file | breakpad/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698