OWNERS.setnoparent (4088B)
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. 5 file://ATL_OWNERS 6 7 # Third-party dependency review, see //docs/adding_to_third_party.md 8 file://third_party/OWNERS 9 10 # Security reviews 11 file://build/fuchsia/SECURITY_OWNERS 12 file://chromeos/SECURITY_OWNERS 13 file://content/browser/CHILD_PROCESS_SECURITY_POLICY_OWNERS 14 file://ipc/SECURITY_OWNERS 15 file://net/base/SECURITY_OWNERS 16 file://sandbox/linux/OWNERS 17 file://sandbox/mac/OWNERS 18 file://sandbox/OWNERS 19 file://sandbox/win/OWNERS 20 file://third_party/blink/SECURITY_OWNERS 21 22 # Privacy reviews 23 file://tools/traffic_annotation/summary/TRAFFIC_ANNOTATION_OWNERS 24 file://tools/metrics/ukm/PRIVACY_OWNERS 25 file://base/metrics/METRICS_OWNERS 26 file://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. 30 file://third_party/blink/API_OWNERS 31 32 # third_party/blink/web_tests/VirtualTestSuites needs special care. 33 file://third_party/blink/web_tests/VIRTUAL_OWNERS 34 35 # third_party/blink/web_tests/TestLists/content_shell.filter needs special care. 36 file://third_party/blink/web_tests/HEADLESS_OWNERS 37 38 # Extension related files. 39 file://chrome/browser/extensions/component_extensions_allowlist/EXTENSION_ALLOWLIST_OWNERS 40 file://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. 45 file://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 53 file://components/policy/ENTERPRISE_POLICY_OWNERS 54 55 # This restriction is in place due to the policies and compliance regulations around this code. 56 file://components/regional_capabilities/COMPLIANCE_OWNERS 57 file://components/search_engines/COMPLIANCE_OWNERS 58 file://components/search_engines/search_engine_choice/COMPLIANCE_OWNERS 59 file://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. 64 file://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. 68 file://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. 73 file://infra/config/groups/cq-usage/CQ_USAGE_OWNERS 74 file://infra/config/groups/sheriff-rotations/CHROMIUM_OWNERS 75 76 # Origin Trials owners are responsible for determining trials that need to be 77 # completed manually. 78 file://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. 83 file://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 88 file://ui/webui/PLATFORM_OWNERS 89 90 # Core Views framework needs reviews from direct owners. Limits leakage of +1 91 # from higher folder owners. 92 file://ui/views/VIEWS_OWNERS 93 94 # ChromeOS dependencies reviews 95 file://chrome/browser/ash/REFACTORING_OWNERS 96 97 # Crashpad 98 file://third_party/crashpad/crashpad/OWNERS 99 100 # Cronet 101 file://components/cronet/CRONET_OWNERS