summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2016-02-23 17:15:30 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-24 01:16:28 +0000
commitaceaf12ce102d2551169a6a6265269d33f8462a8 (patch)
tree61e7745a20b1a082fba69c8783996eb2a92dadf6 /remoting/remoting_host_srcs.gypi
parent17acb78d1b36d7ff5ba7dcc4f04c853241f54aa3 (diff)
downloadchromium_src-aceaf12ce102d2551169a6a6265269d33f8462a8.zip
chromium_src-aceaf12ce102d2551169a6a6265269d33f8462a8.tar.gz
chromium_src-aceaf12ce102d2551169a6a6265269d33f8462a8.tar.bz2
Removing Linux specific GnubbyAuthHandler header file.
This change is a result of feedback from the GnubbyAuthHandler refactoring. Since we will have platform specific implementations of the GnubbyAuthHandler, we should try to have a single header defining the interface and platform specific cc files for the impl. The Linux impl had a header which was used by its unit tests, however I think the test methods could be generic enough that the ForTest() methods make sense to have on the interface as the unittests for each impl will use them. This simplifies the code in the unittests and allows us to hide the platform specific impls in the cc file and remove the platform specific headers. BUG=587298 Review URL: https://codereview.chromium.org/1720243002 Cr-Commit-Position: refs/heads/master@{#377167}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 7fa4018..a9023ea 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -214,7 +214,6 @@
'host/screen_resolution.h',
'host/security_key/gnubby_auth_handler.h',
'host/security_key/gnubby_auth_handler_linux.cc',
- 'host/security_key/gnubby_auth_handler_linux.h',
'host/security_key/gnubby_auth_handler_mac.cc',
'host/security_key/gnubby_auth_handler_win.cc',
'host/security_key/gnubby_extension.cc',