summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authordcaiafa <dcaiafa@chromium.org>2015-08-03 14:43:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-03 21:44:09 +0000
commitd050d71c354f9be62ccb02b1b64fe2b550903d3b (patch)
tree78fc9d9eae6369f62d2704773bf384dfa983f1a2 /remoting/remoting_host_srcs.gypi
parentfd9cce5babbe6f4341793c2cd21753a9fe773244 (diff)
downloadchromium_src-d050d71c354f9be62ccb02b1b64fe2b550903d3b.zip
chromium_src-d050d71c354f9be62ccb02b1b64fe2b550903d3b.tar.gz
chromium_src-d050d71c354f9be62ccb02b1b64fe2b550903d3b.tar.bz2
Move process switch names to switches.{h,cc}
Move process switch name constants from host_main.cc and ipc_constants.* to dedicated header. Review URL: https://codereview.chromium.org/267053009 Cr-Commit-Position: refs/heads/master@{#341622}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 07c4711..bdda71a 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -226,14 +226,16 @@
'host/single_window_input_injector_linux.cc',
'host/single_window_input_injector_mac.cc',
'host/single_window_input_injector_win.cc',
+ 'host/switches.cc',
+ 'host/switches.h',
'host/third_party_auth_config.cc',
'host/third_party_auth_config.h',
'host/token_validator_base.cc',
'host/token_validator_base.h',
'host/token_validator_factory_impl.cc',
'host/token_validator_factory_impl.h',
- 'host/touch_injector_win.h',
'host/touch_injector_win.cc',
+ 'host/touch_injector_win.h',
'host/usage_stats_consent.h',
'host/usage_stats_consent_mac.cc',
'host/usage_stats_consent_win.cc',