From 739c8bcdcc6a3722fb6769e3fc2f335d67b789ff Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Tue, 25 Feb 2014 18:28:13 +0000 Subject: Move ui/base/accessibility to ui/accessibility. Gets rid of the enums defined in accessibility_types.h and switches to the enums defined in ui/accessibility/ax_enums.h, which are shared by "content". Eventually, content and views may share more common accessibility code, but moving to the same enums is a good first step. BUG=316726 R=piman@chromium.org, sky@chromium.org, tfarina@chromium.org Review URL: https://codereview.chromium.org/126763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253207 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 512cdbb..f4c3199 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -857,6 +857,7 @@ 'type': 'static_library', 'dependencies': [ 'chrome_resources.gyp:theme_resources', + '../ui/accessibility/accessibility.gyp:ax_gen', '../skia/skia.gyp:skia', ], 'include_dirs': [ -- cgit v1.1