Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / OWNERS
1 mark@chromium.org
2 darin@chromium.org
3 ajwong@chromium.org
4 thakis@chromium.org
5 danakj@chromium.org
6 rvargas@chromium.org
7 thestig@chromium.org
8
9 # On extended leave.
10 willchan@chromium.org
11
12 # Chromium is a very mature project, most things that are generally useful are
13 # already here, and that things not here aren't generally useful.
14 #
15 # Base is pulled into many projects. For example, various ChromeOS daemons. So
16 # the bar for adding stuff is that it must have demonstrated wide
17 # applicability. Prefer to add things closer to where they're used (i.e. "not
18 # base"), and pull into base only when needed.  In a project our size,
19 # sometimes even duplication is OK and inevitable.
20 #
21 # Adding a new logging macro DPVELOG_NE is not more clear than just
22 # writing the stuff you want to log in a regular logging statement, even
23 # if it makes your calling code longer. Just add it to your own code.
24
25 per-file *.isolate=csharp@chromium.org
26 per-file *.isolate=maruel@chromium.org
27 per-file bind.h=ajwong@chromium.org
28 per-file bind_helpers.cc=ajwong@chromium.org
29 per-file bind_helpers.h=ajwong@chromium.org
30 per-file bind_helpers_unittest.cc=ajwong@chromium.org
31 per-file bind.h.pump=ajwong@chromium.org
32 per-file bind_internal.h=ajwong@chromium.org
33 per-file bind_internal.h.pump=ajwong@chromium.org
34 per-file bind_internal_win.h=ajwong@chromium.org
35 per-file bind_internal_win.h.pump=ajwong@chromium.org
36 per-file bind_unittest.cc=ajwong@chromium.org
37 per-file bind_unittest.nc=ajwong@chromium.org
38 per-file callback_forward.h=ajwong@chromium.org
39 per-file callback.h=ajwong@chromium.org
40 per-file callback_helpers.h=ajwong@chromium.org
41 per-file callback.h.pump=ajwong@chromium.org
42 per-file callback_internal.cc=ajwong@chromium.org
43 per-file callback_internal.h=ajwong@chromium.org
44 per-file callback_unittest.cc=ajwong@chromium.org
45 per-file callback_unittest.h=ajwong@chromium.org
46 per-file callback_unittest.nc=ajwong@chromium.org
47 per-file security_unittest.cc=jln@chromium.org