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

Unified Diff: remoting/remoting_test.gypi

Issue 1997533002: Do not build unicode_to_keysym.cc when use_x11 == 0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 years, 7 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 3ba7932bbe130d05fd748588b514c019d927b26c..37d1d88b50f3bb4e21810a6f2533a0c436283e5a 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -406,6 +406,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