From 4e4646a52ad40d2557c971309407624cfb6ebb70 Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Fri, 8 Feb 2013 07:23:41 +0000 Subject: 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 --- content/common/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/common/OWNERS') 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 -- cgit v1.1