summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorkelvinp <kelvinp@chromium.org>2014-11-13 17:37:05 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-14 01:38:07 +0000
commit113e350c99440c9cf5b25810095b50d9efbf5fce (patch)
treedf8e96fa7682d9f48c86b32883b046bbeb77be3d /remoting/remoting_test.gypi
parentf6ca876a59258d2a5188c22e4d8238a5c6b77595 (diff)
downloadchromium_src-113e350c99440c9cf5b25810095b50d9efbf5fce.zip
chromium_src-113e350c99440c9cf5b25810095b50d9efbf5fce.tar.gz
chromium_src-113e350c99440c9cf5b25810095b50d9efbf5fce.tar.bz2
Disable LocalInputMonitorTest on Ozone
LocalInputMonitorTest is failing on Ozone as its implementation depends on some global states that are not present in the unit test environment. Disabling for now. BUG=433125 NOTRY=true TBR=jamiewalch Review URL: https://codereview.chromium.org/721123005 Cr-Commit-Position: refs/heads/master@{#304139}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index dd94e32..20754a9 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -256,6 +256,11 @@
'host/linux/x_server_clipboard_unittest.cc',
],
}],
+ [ 'use_ozone==1', {
+ 'sources!': [
+ 'host/local_input_monitor_unittest.cc',
+ ],
+ }],
['enable_remoting_host == 0', {
'dependencies!': [
'remoting_host',