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

Unified Diff: remoting/remoting_host.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/host/BUILD.gn ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 0756fa91cd1564035e27edfe7bf6ddffddbd5ebf..14345cd0ff3474481499308d1d4b47c8b418346f 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -68,6 +68,10 @@
'../build/linux/system.gyp:xrandr',
'../build/linux/system.gyp:xtst',
],
+ }, {
+ 'sources!' : [
+ 'host/linux/unicode_to_keysym.cc',
+ ],
}],
['chromeos==0 and use_ozone==0', {
'dependencies': [
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698