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://ATL_OWNERS 6 7# Third-party dependency review, see //docs/adding_to_third_party.md 8file://third_party/OWNERS 9 10# Security reviews 11file://build/fuchsia/SECURITY_OWNERS 12file://chromeos/SECURITY_OWNERS 13file://content/browser/CHILD_PROCESS_SECURITY_POLICY_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/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# third_party/blink/web_tests/VirtualTestSuites need special care. 32file://third_party/blink/web_tests/VIRTUAL_OWNERS 33 34# Extension related files. 35file://chrome/browser/extensions/component_extensions_allowlist/EXTENSION_ALLOWLIST_OWNERS 36file://extensions/common/api/API_OWNERS 37 38# This restriction is in place to avoid accidental addition to our top level 39# layout files, such as add duplicated assets, or introducing new colors when 40# we don't want them. 41file://ui/android/java/res/LAYOUT_OWNERS 42 43# Enterprise policies 44# Updating policy templates can have drastic effects for systems depending 45# on policy definitions (for example, Google's cloud management tools for 46# Chrome and Chrome OS). 47# The rules are documented at: 48# https://sites.google.com/a/chromium.org/dev/developers/how-tos/enterprise/adding-new-policies 49file://components/policy/ENTERPRISE_POLICY_OWNERS 50 51# This restriction is in place due to the complicated compliance regulations 52# around this code. 53file://chrome/android/java/src/org/chromium/chrome/browser/searchwidget/COMPLIANCE_OWNERS 54 55# Notification channels appear in system UI and are persisted forever by 56# Android, so should not be added or removed lightly, and the proper 57# deprecation and versioning steps must be taken when doing so. 58file://chrome/browser/notifications/android/java/src/org/chromium/chrome/browser/notifications/channels/NOTIFICATION_CHANNEL_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 64# Changes to the CQ/CI configuration can have a significant impact on infra cost 65# and performance. Approval should be limited to a small subset of the users 66# that can make infra changes. 67file://infra/config/groups/cq-usage/CQ_USAGE_OWNERS 68file://infra/config/groups/sheriff-rotations/CHROMIUM_OWNERS 69 70# Origin Trials owners are responsible for determining trials that need to be 71# completed manually. 72file://third_party/blink/common/origin_trials/OT_OWNERS 73 74# New notifiers added to //ash/constants/notifier_catalogs.h and 75# //ash/constants/quick_settings_catalogs.h should be reviewed 76# by //ash/system owners to ensure that the correct notifier is being used. 77file://ash/system/OWNERS 78 79# WebUI surfaces are user visible and frequently are kept around indefinitely. 80# New WebUI additions should be reviewed by WebUI PLATFORM_OWNERS to ensure 81# they follow the guidance at https://www.chromium.org/developers/webui 82file://ui/webui/PLATFORM_OWNERS 83