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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/usage_stats_consent_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'dependencies': [ 510 'dependencies': [
511 '../base/base.gyp:base', 511 '../base/base.gyp:base',
512 'remoting_breakpad', 512 'remoting_breakpad',
513 'remoting_elevated_controller', 513 'remoting_elevated_controller',
514 'remoting_protocol', 514 'remoting_protocol',
515 'remoting_version_resources', 515 'remoting_version_resources',
516 ], 516 ],
517 'sources': [ 517 'sources': [
518 'host/branding.cc', 518 'host/branding.cc',
519 'host/branding.h', 519 'host/branding.h',
520 'host/breakpad.h',
521 'host/breakpad_win.cc',
522 'host/elevated_controller.rc', 520 'host/elevated_controller.rc',
523 'host/elevated_controller_module_win.cc', 521 'host/elevated_controller_module_win.cc',
524 'host/elevated_controller_win.cc', 522 'host/elevated_controller_win.cc',
525 'host/elevated_controller_win.h', 523 'host/elevated_controller_win.h',
526 'host/pin_hash.cc', 524 'host/pin_hash.cc',
527 'host/pin_hash.h', 525 'host/pin_hash.h',
526 'host/usage_stats_consent.h',
527 'host/usage_stats_consent_win.cc',
528 'host/verify_config_window_win.cc', 528 'host/verify_config_window_win.cc',
529 'host/verify_config_window_win.h', 529 'host/verify_config_window_win.h',
530 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' 530 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
531 ], 531 ],
532 'link_settings': { 532 'link_settings': {
533 'libraries': [ 533 'libraries': [
534 '-lcomctl32.lib', 534 '-lcomctl32.lib',
535 ], 535 ],
536 }, 536 },
537 'msvs_settings': { 537 'msvs_settings': {
(...skipping 19 matching lines...) Expand all
557 '../base/base.gyp:base_static', 557 '../base/base.gyp:base_static',
558 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 558 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
559 '../ipc/ipc.gyp:ipc', 559 '../ipc/ipc.gyp:ipc',
560 'remoting_breakpad', 560 'remoting_breakpad',
561 'remoting_version_resources', 561 'remoting_version_resources',
562 ], 562 ],
563 'sources': [ 563 'sources': [
564 'base/scoped_sc_handle_win.h', 564 'base/scoped_sc_handle_win.h',
565 'host/branding.cc', 565 'host/branding.cc',
566 'host/branding.h', 566 'host/branding.h',
567 'host/breakpad.h',
568 'host/breakpad_win.cc',
569 'host/chromoting_messages.cc', 567 'host/chromoting_messages.cc',
570 'host/chromoting_messages.h', 568 'host/chromoting_messages.h',
571 'host/constants.h', 569 'host/constants.h',
572 'host/constants_win.cc', 570 'host/constants_win.cc',
573 'host/host_service.rc', 571 'host/host_service.rc',
574 'host/host_service_resource.h', 572 'host/host_service_resource.h',
575 'host/host_service_win.cc', 573 'host/host_service_win.cc',
576 'host/host_service_win.h', 574 'host/host_service_win.h',
577 'host/sas_injector.h', 575 'host/sas_injector.h',
578 'host/sas_injector_win.cc', 576 'host/sas_injector_win.cc',
577 'host/usage_stats_consent.h',
578 'host/usage_stats_consent_win.cc',
579 'host/wts_console_monitor_win.h', 579 'host/wts_console_monitor_win.h',
580 'host/wts_console_observer_win.h', 580 'host/wts_console_observer_win.h',
581 'host/wts_session_process_launcher_win.cc', 581 'host/wts_session_process_launcher_win.cc',
582 'host/wts_session_process_launcher_win.h', 582 'host/wts_session_process_launcher_win.h',
583 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc' 583 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc'
584 ], 584 ],
585 'msvs_settings': { 585 'msvs_settings': {
586 'VCLinkerTool': { 586 'VCLinkerTool': {
587 'AdditionalDependencies': [ 587 'AdditionalDependencies': [
588 'wtsapi32.lib', 588 'wtsapi32.lib',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 'remoting_host', 1338 'remoting_host',
1339 'remoting_jingle_glue', 1339 'remoting_jingle_glue',
1340 '../base/base.gyp:base', 1340 '../base/base.gyp:base',
1341 '../base/base.gyp:base_i18n', 1341 '../base/base.gyp:base_i18n',
1342 '../media/media.gyp:media', 1342 '../media/media.gyp:media',
1343 '../net/net.gyp:net', 1343 '../net/net.gyp:net',
1344 ], 1344 ],
1345 'sources': [ 1345 'sources': [
1346 'host/branding.cc', 1346 'host/branding.cc',
1347 'host/branding.h', 1347 'host/branding.h',
1348 'host/breakpad.h',
1349 'host/breakpad_win.cc',
1350 'host/host_event_logger.h', 1348 'host/host_event_logger.h',
1351 'host/sighup_listener_mac.cc', 1349 'host/sighup_listener_mac.cc',
1352 'host/sighup_listener_mac.h', 1350 'host/sighup_listener_mac.h',
1353 'host/remoting_me2me_host.cc', 1351 'host/remoting_me2me_host.cc',
1352 'host/usage_stats_consent.h',
1353 'host/usage_stats_consent_win.cc',
1354 ], 1354 ],
1355 'conditions': [ 1355 'conditions': [
1356 ['os_posix==1', { 1356 ['os_posix==1', {
1357 'sources': [ 1357 'sources': [
1358 'host/host_event_logger_posix.cc', 1358 'host/host_event_logger_posix.cc',
1359 ], 1359 ],
1360 }], 1360 }],
1361 ['OS=="mac"', { 1361 ['OS=="mac"', {
1362 'mac_bundle': 1, 1362 'mac_bundle': 1,
1363 'conditions': [ 1363 'conditions': [
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 '../base/allocator/allocator.gyp:allocator', 1766 '../base/allocator/allocator.gyp:allocator',
1767 ], 1767 ],
1768 }, 1768 },
1769 ], 1769 ],
1770 ], 1770 ],
1771 }], 1771 }],
1772 ], # end of 'conditions' 1772 ], # end of 'conditions'
1773 }, # end of target 'remoting_unittests' 1773 }, # end of target 'remoting_unittests'
1774 ], # end of targets 1774 ], # end of targets
1775 } 1775 }
OLDNEW
« 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