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 26file://chrome/browser/ui/hats/HATS_PRIVACY_OWNERS 27 28# Blink API owners are responsible for decisions about what APIs Blink should 29# expose to the open web. 30file://third_party/blink/API_OWNERS 31 32# third_party/blink/web_tests/VirtualTestSuites needs special care. 33file://third_party/blink/web_tests/VIRTUAL_OWNERS 34 35# third_party/blink/web_tests/TestLists/content_shell.filter needs special care. 36file://third_party/blink/web_tests/HEADLESS_OWNERS 37 38# Extension related files. 39file://chrome/browser/extensions/component_extensions_allowlist/EXTENSION_ALLOWLIST_OWNERS 40file://extensions/common/api/API_OWNERS 41 42# This restriction is in place to avoid accidental addition to our top level 43# layout files, such as add duplicated assets, or introducing new colors when 44# we don't want them. 45file://ui/android/java/res/LAYOUT_OWNERS 46 47# Enterprise policies 48# Updating policy templates can have drastic effects for systems depending 49# on policy definitions (for example, Google's cloud management tools for 50# Chrome and Chrome OS). 51# The rules are documented at: 52# https://sites.google.com/a/chromium.org/dev/developers/how-tos/enterprise/adding-new-policies 53file://components/policy/ENTERPRISE_POLICY_OWNERS 54 55# This restriction is in place due to the policies and compliance regulations around this code. 56file://components/regional_capabilities/COMPLIANCE_OWNERS 57file://components/search_engines/COMPLIANCE_OWNERS 58file://components/search_engines/search_engine_choice/COMPLIANCE_OWNERS 59file://chrome/android/java/src/org/chromium/chrome/browser/searchwidget/COMPLIANCE_OWNERS 60 61# Notification channels appear in system UI and are persisted forever by 62# Android, so should not be added or removed lightly, and the proper 63# deprecation and versioning steps must be taken when doing so. 64file://chrome/browser/notifications/android/java/src/org/chromium/chrome/browser/notifications/channels/NOTIFICATION_CHANNEL_OWNERS 65 66# New features for lock/login UI on Chrome OS need to work stably in all corner 67# cases. 68file://ash/login/LOGIN_LOCK_OWNERS 69 70# Changes to the CQ/CI configuration can have a significant impact on infra cost 71# and performance. Approval should be limited to a small subset of the users 72# that can make infra changes. 73file://infra/config/groups/cq-usage/CQ_USAGE_OWNERS 74file://infra/config/groups/sheriff-rotations/CHROMIUM_OWNERS 75 76# Origin Trials owners are responsible for determining trials that need to be 77# completed manually. 78file://third_party/blink/common/origin_trials/OT_OWNERS 79 80# New notifiers added to //ash/constants/notifier_catalogs.h and 81# //ash/constants/quick_settings_catalogs.h should be reviewed 82# by //ash/system owners to ensure that the correct notifier is being used. 83file://ash/system/OWNERS 84 85# WebUI surfaces are user visible and frequently are kept around indefinitely. 86# New WebUI additions should be reviewed by WebUI PLATFORM_OWNERS to ensure 87# they follow the guidance at https://www.chromium.org/developers/webui 88file://ui/webui/PLATFORM_OWNERS 89 90# Core Views framework needs reviews from direct owners. Limits leakage of +1 91# from higher folder owners. 92file://ui/views/VIEWS_OWNERS 93 94# ChromeOS dependencies reviews 95file://chrome/browser/ash/REFACTORING_OWNERS 96 97# Crashpad 98file://third_party/crashpad/crashpad/OWNERS 99 100# Cronet 101file://components/cronet/CRONET_OWNERS 102