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

Unified Diff: remoting/remoting_test.gypi

Issue 2380373002: Do not build unicode_to_keysym.cc when use_x11 == 0 (Closed)
Patch Set: Created 4 years, 3 months 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 | « remoting/remoting_host.gypi ('k') | 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 5e36aa0b1c2c2e6411475547e442f72b8630df9c..3a00f01e4feb3d4f1eb06d2301a6a340b2f9cc84 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -392,6 +392,11 @@
'host/local_input_monitor_unittest.cc',
],
}],
+ ['use_x11 == 0', {
+ 'sources!' : [
+ 'host/linux/unicode_to_keysym_unittest.cc',
+ ]
+ }],
[ 'use_ozone==1', {
'sources!': [
'host/local_input_monitor_unittest.cc',
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698