Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: remoting/remoting_test.gypi

Issue 721123005: Disable LocalInputMonitorTest on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index dd94e32a24a90bf4ed245e37f2721687e13c4521..20754a98ada79c2ed039e126b157440f4ad42e48 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698