summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 23:58:52 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 23:58:52 +0000
commit1b6d3034ebda8f329593c7a9e8f962b6f4dfbc13 (patch)
tree1838f030cf29b12d22fe5888707566c9f83e5774 /build
parent44c6f8dc6262adbc0c3bd5ce6bd6736426325805 (diff)
downloadchromium_src-1b6d3034ebda8f329593c7a9e8f962b6f4dfbc13.zip
chromium_src-1b6d3034ebda8f329593c7a9e8f962b6f4dfbc13.tar.gz
chromium_src-1b6d3034ebda8f329593c7a9e8f962b6f4dfbc13.tar.bz2
aura: Allow fullscreen RWHVAs (i.e. Flash) to be focused.
This fixes a regression that caused fullscreen RenderWidgetHostViewAuras to decline the focus, resulting in them not receiving key events. BUG=107804 TEST=manually checked that Space and Escape now work in fullscreen YouTube videos; also added a test Review URL: http://codereview.chromium.org/9026013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a8ec077..e5a2ae2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1356,7 +1356,7 @@
'sources/': [ ['exclude', '_views\\.(h|cc)$'] ]
}],
['use_aura==0', {
- 'sources/': [ ['exclude', '_aura\\.(h|cc)$'],
+ 'sources/': [ ['exclude', '_aura(_unittest)?\\.(h|cc)$'],
['exclude', '(^|/)aura/'],
]
}],