blob: ceca7daa7b60054b86831eb5cf7a26af47fe05df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
per-file *.json=set noparent
per-file *.idl=set noparent
per-file *.json=file://extensions/common/api/API_OWNERS
per-file *.idl=file://extensions/common/api/API_OWNERS
per-file input_ime.json=file://ui/base/ime/OWNERS
per-file input_method_private.json=file://ui/base/ime/OWNERS
per-file webview*.json=file://components/guest_view/OWNERS
# For trivial changes only, like adding a new enum value or attribute.
# New APIs or changes to existing APIs should be approved by an
# extensions OWNER from //extensions/common/api/API_OWNERS.
per-file file_manager_private*.idl=file://ui/file_manager/OWNERS
# COMPONENT: Platform>Extensions>API
|