summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-13 01:54:38 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-13 01:54:38 +0000
commit0a29063eef78157e35da84f60c7c12043f40f29d (patch)
treec1d9969a4bce7580aa9b10f0166dd5fdc27fcedb /remoting/remoting.gyp
parente6510e78aa52fa6e92c47840d98c23000b31f2ca (diff)
downloadchromium_src-0a29063eef78157e35da84f60c7c12043f40f29d.zip
chromium_src-0a29063eef78157e35da84f60c7c12043f40f29d.tar.gz
chromium_src-0a29063eef78157e35da84f60c7c12043f40f29d.tar.bz2
Moved the methods for mapping a session ID to the connected RDP client's address (and vice versa) to WtsTerminalMonitor.
This makes GetEndpointForSessionId() and GetSessionIdForEndpoint() reusable. BUG=137696 TEST=remoting_unittests.RdpClientTest.* Review URL: https://chromiumcodereview.appspot.com/12632011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 1f26013..2948047 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -461,6 +461,9 @@
'host/win/session_event_executor.h',
'host/win/window_station_and_desktop.cc',
'host/win/window_station_and_desktop.h',
+ 'host/win/wts_terminal_monitor.cc',
+ 'host/win/wts_terminal_monitor.h',
+ 'host/win/wts_terminal_observer.h',
],
'conditions': [
['toolkit_uses_gtk==1', {
@@ -1421,8 +1424,6 @@
'host/win/wts_console_session_process_driver.h',
'host/win/wts_session_process_delegate.cc',
'host/win/wts_session_process_delegate.h',
- 'host/win/wts_terminal_monitor.h',
- 'host/win/wts_terminal_observer.h',
'host/worker_process_ipc_delegate.h',
],
'msvs_settings': {
@@ -2599,6 +2600,7 @@
'link_settings': {
'libraries': [
'-lrpcrt4.lib',
+ '-lwtsapi32.lib',
],
},
}],