summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2016-03-23 15:13:06 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-23 22:14:57 +0000
commit2a2656a67bd2ce190df4d918f609bdb4449a64fe (patch)
treea0c6e96ac52ad22f65bb513c9dff35af616aef5e /remoting/remoting_host_srcs.gypi
parent9aa3054b0d2bacf5cc9774de798ebb35cfa88f01 (diff)
downloadchromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.zip
chromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.tar.gz
chromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.tar.bz2
Move ServiceUrls to remoting/host
ServiceUrls was used only in one place in android client and it's not really useful there. Moved it to the host directory. TBR=rogerta@chromium.org Review URL: https://codereview.chromium.org/1817573003 Cr-Commit-Position: refs/heads/master@{#382939}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi6
1 files changed, 4 insertions, 2 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 725c5b5..d768314 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -222,16 +222,18 @@
'host/security_key/gnubby_extension_session.h',
'host/security_key/gnubby_socket.cc',
'host/security_key/gnubby_socket.h',
- 'host/security_key/remote_security_key_ipc_constants.cc',
- 'host/security_key/remote_security_key_ipc_constants.h',
'host/security_key/remote_security_key_ipc_client.cc',
'host/security_key/remote_security_key_ipc_client.h',
+ 'host/security_key/remote_security_key_ipc_constants.cc',
+ 'host/security_key/remote_security_key_ipc_constants.h',
'host/security_key/remote_security_key_ipc_server.cc',
'host/security_key/remote_security_key_ipc_server.h',
'host/security_key/remote_security_key_ipc_server_impl.cc',
'host/security_key/remote_security_key_ipc_server_impl.h',
'host/server_log_entry_host.cc',
'host/server_log_entry_host.h',
+ 'host/service_urls.cc',
+ 'host/service_urls.h',
'host/shaped_desktop_capturer.cc',
'host/shaped_desktop_capturer.h',
'host/shutdown_watchdog.cc',