diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-08 07:23:41 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-08 07:23:41 +0000 |
commit | 4e4646a52ad40d2557c971309407624cfb6ebb70 (patch) | |
tree | 96284c732772d3392368ef0f692ad81bc34bca57 /content/common/OWNERS | |
parent | 36eb91aeddc775e0ff63e580717232bde191628f (diff) | |
download | chromium_src-4e4646a52ad40d2557c971309407624cfb6ebb70.zip chromium_src-4e4646a52ad40d2557c971309407624cfb6ebb70.tar.gz chromium_src-4e4646a52ad40d2557c971309407624cfb6ebb70.tar.bz2 |
Move renderer accessibility to subdir and add OWNERS
Creates a subdirectory for accessibility in
content/renderer and adds an OWNERS file that
matches content/browser/accessibility.
Adds per-file OWNERS for accessibility-only files
in content/common. The exception is the IPC file,
just to be safe - this still requires separate
review when changed:
content/common/accessibility_messages.h
Review URL: https://chromiumcodereview.appspot.com/12226061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181447 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/OWNERS')
-rw-r--r-- | content/common/OWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/common/OWNERS b/content/common/OWNERS index 8bd6e71..875a13a 100644 --- a/content/common/OWNERS +++ b/content/common/OWNERS @@ -19,3 +19,7 @@ per-file *_messages.h=jln@chromium.org per-file *_messages.h=jschuh@chromium.org per-file *_messages.h=palmer@chromium.org per-file *_messages.h=tsepez@chromium.org + +# Accessibility +per-file accessibility_node_data.*=dmazzoni@chromium.org +per-file accessibility_node_data.*=dtseng@chromium.org |