diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 21:41:07 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 21:41:07 +0000 |
commit | 017f95fdd71c853a98777b57eca08b0e6ea49a7b (patch) | |
tree | b6329e4d38fa6ce40a954affb72e6b4ce70a5259 /views/views.gyp | |
parent | 0ba86e4c0da3770ed5e6b63b4f5121e4075bcde6 (diff) | |
download | chromium_src-017f95fdd71c853a98777b57eca08b0e6ea49a7b.zip chromium_src-017f95fdd71c853a98777b57eca08b0e6ea49a7b.tar.gz chromium_src-017f95fdd71c853a98777b57eca08b0e6ea49a7b.tar.bz2 |
[Accessibility] Chrome's main window is missing an accessible name
BUG=36732
TEST=Verify Chrome's main window has a name in AccExplorer or run the new test.
Review URL: http://codereview.chromium.org/661054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index 5981083..42530ea 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -42,6 +42,7 @@ '../app/app.gyp:app_base', '../app/app.gyp:app_strings', '../app/app.gyp:app_resources', + '../chrome/chrome.gyp:chrome_strings', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', |