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

Unified Diff: remoting/remoting.gyp

Issue 10909133: Implement clipboard for Chromoting Linux hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« remoting/host/x_server_clipboard.cc ('K') | « remoting/host/x_server_clipboard.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index b41fd5617055c99cb7ea64a415c3a95ccbb0b852..1e7380c712e1d86b95210b5b75cdc9ae2a011378 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1317,6 +1317,8 @@
'host/win/desktop.h',
'host/win/scoped_thread_desktop.cc',
'host/win/scoped_thread_desktop.h',
+ 'host/x_server_clipboard.cc',
+ 'host/x_server_clipboard.h',
'host/x_server_pixel_buffer.cc',
'host/x_server_pixel_buffer.h',
],
@@ -1343,6 +1345,8 @@
}],
['OS!="linux"', {
'sources!': [
+ 'host/x_server_clipboard.cc',
+ 'host/x_server_clipboard.h',
'host/x_server_pixel_buffer.cc',
'host/x_server_pixel_buffer.h',
],
« remoting/host/x_server_clipboard.cc ('K') | « remoting/host/x_server_clipboard.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698