Commit 0d08eb4c authored by mohsen@chromium.org's avatar mohsen@chromium.org

Enable views tests for touch editing on desktop Aura

The CL to enable all touch editing tests for Aura got reverted due to
failure in browser tests. Now, landing innocent views tests separately,
until issues with browser tests are fixed.

Original CL: https://codereview.chromium.org/304883002/

BUG=377561
TBR=sky@chromium.org

Review URL: https://codereview.chromium.org/315753002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274859 0039d316-1c4b-4281-b951-d872f2087c98
parent f2f13ca3
...@@ -733,11 +733,7 @@ ...@@ -733,11 +733,7 @@
'window/dialog_delegate_unittest.cc', 'window/dialog_delegate_unittest.cc',
], ],
'conditions': [ 'conditions': [
['chromeos==0', { ['chromeos==1', {
'sources!': [
'touchui/touch_selection_controller_impl_unittest.cc',
],
}, { # use_chromeos==1
'sources/': [ 'sources/': [
['exclude', 'ime/input_method_bridge_unittest.cc'], ['exclude', 'ime/input_method_bridge_unittest.cc'],
['exclude', 'widget/desktop_aura'], ['exclude', 'widget/desktop_aura'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment