1# List of OWNERS files that can be used together with "set noparent". See
2# docs/code_reviews.md#owners-file-details for more details.
3
4# Overall project governance.
5file://ENG_REVIEW_OWNERS
6
7# Third-party dependency review, see //docs/adding_to_third_party.md
8file://third_party/OWNERS
9
10# Security reviews
11file://chromeos/SECURITY_OWNERS
12file://content/browser/SITE_ISOLATION_OWNERS
13file://fuchsia/SECURITY_OWNERS
14file://ipc/SECURITY_OWNERS
15file://net/base/SECURITY_OWNERS
16file://sandbox/linux/OWNERS
17file://sandbox/mac/OWNERS
18file://sandbox/OWNERS
19file://sandbox/win/OWNERS
20file://third_party/blink/SECURITY_OWNERS
21
22# Privacy reviews
23file://tools/traffic_annotation/summary/TRAFFIC_ANNOTATION_OWNERS
24file://tools/metrics/ukm/PRIVACY_OWNERS
25file://base/metrics/OWNERS
26
27# Blink API owners are responsible for decisions about what APIs Blink should
28# expose to the open web.
29file://third_party/blink/API_OWNERS
30
31# Extension related files.
32file://chrome/browser/extensions/component_extensions_allowlist/EXTENSION_ALLOWLIST_OWNERS
33file://extensions/common/api/API_OWNERS
34
35# This restriction is in place to avoid accidental addition to our top level
36# layout files, such as add duplicated assets, or introducing new colors when
37# we don't want them.
38file://ui/android/java/res/LAYOUT_OWNERS
39
40# Updating policy_templates.json can have drastic effects for systems depending
41# on policy definitions (for example, Google's cloud management tools for
42# Chrome and Chrome OS).
43# The rules are documented at:
44# https://sites.google.com/a/chromium.org/dev/developers/how-tos/enterprise/adding-new-policies
45file://components/policy/resources/ENTERPRISE_POLICY_OWNERS
46
47# This restriction is in place due to the complicated compliance regulations
48# around this code.
49file://chrome/android/java/src/org/chromium/chrome/browser/searchwidget/COMPLIANCE_OWNERS
50
51# Notification channels appear in system UI and are persisted forever by
52# Android, so should not be added or removed lightly, and the proper
53# deprecation and versioning steps must be taken when doing so.
54file://chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/NOTIFICATION_CHANNEL_OWNERS
55
56# The Weblayer API is supposed to be stable and will be used outside of the
57# chromium repository.
58file://weblayer/API_OWNERS
59
60# New features for lock/login UI on Chrome OS need to work stably in all corner
61# cases.
62file://ash/login/LOGIN_LOCK_OWNERS
63