Chromium Code Reviews| 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', |
| ], |