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

Unified Diff: remoting/remoting_host.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/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 fa39c46ad5bdd978ca5b305d136e9190fb1498ff..5d726e03b109f91ba5318e5c9e4845356bf2a2f4 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