| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 764b304187ba69f4f78acba8ca5fe336e178e2cf..39c9f67223223c71151d9871d896cefb498e1b33 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -517,14 +517,14 @@
|
| 'sources': [
|
| 'host/branding.cc',
|
| 'host/branding.h',
|
| - 'host/breakpad.h',
|
| - 'host/breakpad_win.cc',
|
| 'host/elevated_controller.rc',
|
| 'host/elevated_controller_module_win.cc',
|
| 'host/elevated_controller_win.cc',
|
| 'host/elevated_controller_win.h',
|
| 'host/pin_hash.cc',
|
| 'host/pin_hash.h',
|
| + 'host/usage_stats_consent.h',
|
| + 'host/usage_stats_consent_win.cc',
|
| 'host/verify_config_window_win.cc',
|
| 'host/verify_config_window_win.h',
|
| '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
|
| @@ -564,8 +564,6 @@
|
| 'base/scoped_sc_handle_win.h',
|
| 'host/branding.cc',
|
| 'host/branding.h',
|
| - 'host/breakpad.h',
|
| - 'host/breakpad_win.cc',
|
| 'host/chromoting_messages.cc',
|
| 'host/chromoting_messages.h',
|
| 'host/constants.h',
|
| @@ -576,6 +574,8 @@
|
| 'host/host_service_win.h',
|
| 'host/sas_injector.h',
|
| 'host/sas_injector_win.cc',
|
| + 'host/usage_stats_consent.h',
|
| + 'host/usage_stats_consent_win.cc',
|
| 'host/wts_console_monitor_win.h',
|
| 'host/wts_console_observer_win.h',
|
| 'host/wts_session_process_launcher_win.cc',
|
| @@ -1345,12 +1345,12 @@
|
| 'sources': [
|
| 'host/branding.cc',
|
| 'host/branding.h',
|
| - 'host/breakpad.h',
|
| - 'host/breakpad_win.cc',
|
| 'host/host_event_logger.h',
|
| 'host/sighup_listener_mac.cc',
|
| 'host/sighup_listener_mac.h',
|
| 'host/remoting_me2me_host.cc',
|
| + 'host/usage_stats_consent.h',
|
| + 'host/usage_stats_consent_win.cc',
|
| ],
|
| 'conditions': [
|
| ['os_posix==1', {
|
|
|