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

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: Use desktop thread for clipboard 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.h ('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 cc8ff0e11bb488759044160ebd709f029699b964..990959158804a94f8b172bbc93c318ec4f0c9f13 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1387,6 +1387,8 @@
'host/win/session_desktop_environment_factory.h',
'host/win/session_event_executor.cc',
'host/win/session_event_executor.h',
+ 'host/x_server_clipboard.cc',
+ 'host/x_server_clipboard.h',
'host/x_server_pixel_buffer.cc',
'host/x_server_pixel_buffer.h',
],
@@ -1413,6 +1415,8 @@
}],
['OS!="linux"', {
'sources!': [
+ 'host/x_server_clipboard.cc',
Sergey Ulanov 2012/09/14 19:35:01 you wouldn't need to specify this explicitly if yo
Lambros 2012/09/14 21:35:13 Done.
+ 'host/x_server_clipboard.h',
'host/x_server_pixel_buffer.cc',
'host/x_server_pixel_buffer.h',
],
« remoting/host/x_server_clipboard.h ('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