Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Unified Diff: remoting/remoting.gyp

Issue 10535082: /C++ readability/ - Make Chromoting Host report crashes to Breakpad (Windows only). The user must e… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing a bad merge. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/usage_stats_consent_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « remoting/host/usage_stats_consent_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698