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

Side by Side Diff: remoting/remoting.gyp

Issue 10913260: Cleanups in Chromoting Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/win/wts_session_process_launcher.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | 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 10
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'sources': [ 546 'sources': [
547 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_controller_version.rc' , 547 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_controller_version.rc' ,
548 'host/branding.cc', 548 'host/branding.cc',
549 'host/branding.h', 549 'host/branding.h',
550 'host/pin_hash.cc', 550 'host/pin_hash.cc',
551 'host/pin_hash.h', 551 'host/pin_hash.h',
552 'host/usage_stats_consent.h', 552 'host/usage_stats_consent.h',
553 'host/usage_stats_consent_win.cc', 553 'host/usage_stats_consent_win.cc',
554 'host/verify_config_window_win.cc', 554 'host/verify_config_window_win.cc',
555 'host/verify_config_window_win.h', 555 'host/verify_config_window_win.h',
556 'host/win/elevated_controller.cc',
557 'host/win/elevated_controller.h',
556 'host/win/elevated_controller.rc', 558 'host/win/elevated_controller.rc',
557 'host/win/elevated_controller_module.cc', 559 'host/win/elevated_controller_module.cc',
558 'host/win/elevated_controller.cc', 560 'host/win/omaha.cc',
559 'host/win/elevated_controller.h', 561 'host/win/omaha.h',
560 ], 562 ],
561 'link_settings': { 563 'link_settings': {
562 'libraries': [ 564 'libraries': [
563 '-lcomctl32.lib', 565 '-lcomctl32.lib',
564 ], 566 ],
565 }, 567 },
566 'msvs_settings': { 568 'msvs_settings': {
567 'VCLinkerTool': { 569 'VCLinkerTool': {
568 'AdditionalOptions': [ 570 'AdditionalOptions': [
569 "\"/manifestdependency:type='win32' " 571 "\"/manifestdependency:type='win32' "
(...skipping 22 matching lines...) Expand all
592 ], 594 ],
593 'sources': [ 595 'sources': [
594 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_daemon_version.rc', 596 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_daemon_version.rc',
595 'base/scoped_sc_handle_win.h', 597 'base/scoped_sc_handle_win.h',
596 'host/branding.cc', 598 'host/branding.cc',
597 'host/branding.h', 599 'host/branding.h',
598 'host/chromoting_messages.cc', 600 'host/chromoting_messages.cc',
599 'host/chromoting_messages.h', 601 'host/chromoting_messages.h',
600 'host/config_file_watcher.cc', 602 'host/config_file_watcher.cc',
601 'host/config_file_watcher.h', 603 'host/config_file_watcher.h',
602 'host/constants.h',
603 'host/constants_win.cc',
604 'host/daemon_process.cc', 604 'host/daemon_process.cc',
605 'host/daemon_process.h', 605 'host/daemon_process.h',
606 'host/daemon_process_win.cc', 606 'host/daemon_process_win.cc',
607 'host/host_exit_codes.h',
607 'host/usage_stats_consent.h', 608 'host/usage_stats_consent.h',
608 'host/usage_stats_consent_win.cc', 609 'host/usage_stats_consent_win.cc',
609 'host/win/host_service.cc', 610 'host/win/host_service.cc',
610 'host/win/host_service.h', 611 'host/win/host_service.h',
611 'host/win/host_service.rc', 612 'host/win/host_service.rc',
612 'host/win/host_service_resource.h', 613 'host/win/host_service_resource.h',
613 'host/win/launch_process_with_token.cc', 614 'host/win/launch_process_with_token.cc',
614 'host/win/launch_process_with_token.h', 615 'host/win/launch_process_with_token.h',
616 'host/win/omaha.cc',
617 'host/win/omaha.h',
615 'host/win/worker_process_launcher.cc', 618 'host/win/worker_process_launcher.cc',
616 'host/win/worker_process_launcher.h', 619 'host/win/worker_process_launcher.h',
617 'host/win/wts_console_monitor.h', 620 'host/win/wts_console_monitor.h',
618 'host/win/wts_console_observer.h', 621 'host/win/wts_console_observer.h',
619 'host/win/wts_session_process_launcher.cc', 622 'host/win/wts_session_process_launcher.cc',
620 'host/win/wts_session_process_launcher.h', 623 'host/win/wts_session_process_launcher.h',
621 'host/worker_process_ipc_delegate.h', 624 'host/worker_process_ipc_delegate.h',
622 ], 625 ],
623 'msvs_settings': { 626 'msvs_settings': {
624 'VCLinkerTool': { 627 'VCLinkerTool': {
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'type': 'static_library', 904 'type': 'static_library',
902 'variables': { 'enable_wexit_time_destructors': 1, }, 905 'variables': { 'enable_wexit_time_destructors': 1, },
903 'dependencies': [ 906 'dependencies': [
904 '../base/base.gyp:base', 907 '../base/base.gyp:base',
905 ], 908 ],
906 'sources': [ 909 'sources': [
907 'base/breakpad.h', 910 'base/breakpad.h',
908 'base/breakpad_linux.cc', 911 'base/breakpad_linux.cc',
909 'base/breakpad_mac.mm', 912 'base/breakpad_mac.mm',
910 'base/breakpad_win.cc', 913 'base/breakpad_win.cc',
911 'host/constants.h',
912 'host/constants_win.cc',
913 ], 914 ],
914 'conditions': [ 915 'conditions': [
915 ['OS=="win"', { 916 ['OS=="win"', {
916 'dependencies': [ 917 'dependencies': [
917 '../breakpad/breakpad.gyp:breakpad_handler', 918 '../breakpad/breakpad.gyp:breakpad_handler',
918 ], 919 ],
919 }], 920 }],
920 ], 921 ],
921 }, # end of target 'remoting_breakpad' 922 }, # end of target 'remoting_breakpad'
922 923
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 'host/chromoting_host.cc', 1299 'host/chromoting_host.cc',
1299 'host/chromoting_host.h', 1300 'host/chromoting_host.h',
1300 'host/chromoting_host_context.cc', 1301 'host/chromoting_host_context.cc',
1301 'host/chromoting_host_context.h', 1302 'host/chromoting_host_context.h',
1302 'host/client_session.cc', 1303 'host/client_session.cc',
1303 'host/client_session.h', 1304 'host/client_session.h',
1304 'host/clipboard.h', 1305 'host/clipboard.h',
1305 'host/clipboard_linux.cc', 1306 'host/clipboard_linux.cc',
1306 'host/clipboard_mac.mm', 1307 'host/clipboard_mac.mm',
1307 'host/clipboard_win.cc', 1308 'host/clipboard_win.cc',
1308 'host/constants.h',
1309 'host/constants_mac.cc', 1309 'host/constants_mac.cc',
1310 'host/constants_mac.h', 1310 'host/constants_mac.h',
1311 'host/constants_win.cc',
1312 'host/continue_window.h', 1311 'host/continue_window.h',
1313 'host/continue_window_gtk.cc', 1312 'host/continue_window_gtk.cc',
1314 'host/continue_window_mac.mm', 1313 'host/continue_window_mac.mm',
1315 'host/continue_window_win.cc', 1314 'host/continue_window_win.cc',
1316 'host/desktop_environment.cc', 1315 'host/desktop_environment.cc',
1317 'host/desktop_environment.h', 1316 'host/desktop_environment.h',
1318 'host/desktop_environment_factory.cc', 1317 'host/desktop_environment_factory.cc',
1319 'host/desktop_environment_factory.h', 1318 'host/desktop_environment_factory.h',
1320 'host/desktop_resizer.h', 1319 'host/desktop_resizer.h',
1321 'host/desktop_resizer_linux.cc', 1320 'host/desktop_resizer_linux.cc',
(...skipping 11 matching lines...) Expand all
1333 'host/event_executor.h', 1332 'host/event_executor.h',
1334 'host/event_executor_linux.cc', 1333 'host/event_executor_linux.cc',
1335 'host/event_executor_mac.cc', 1334 'host/event_executor_mac.cc',
1336 'host/event_executor_win.cc', 1335 'host/event_executor_win.cc',
1337 'host/gaia_oauth_client.cc', 1336 'host/gaia_oauth_client.cc',
1338 'host/gaia_oauth_client.h', 1337 'host/gaia_oauth_client.h',
1339 'host/heartbeat_sender.cc', 1338 'host/heartbeat_sender.cc',
1340 'host/heartbeat_sender.h', 1339 'host/heartbeat_sender.h',
1341 'host/host_config.cc', 1340 'host/host_config.cc',
1342 'host/host_config.h', 1341 'host/host_config.h',
1342 'host/host_exit_codes.h',
1343 'host/host_key_pair.cc', 1343 'host/host_key_pair.cc',
1344 'host/host_key_pair.h', 1344 'host/host_key_pair.h',
1345 'host/host_port_allocator.cc', 1345 'host/host_port_allocator.cc',
1346 'host/host_port_allocator.h', 1346 'host/host_port_allocator.h',
1347 'host/host_secret.cc', 1347 'host/host_secret.cc',
1348 'host/host_secret.h', 1348 'host/host_secret.h',
1349 'host/host_status_observer.h', 1349 'host/host_status_observer.h',
1350 'host/host_user_interface.cc', 1350 'host/host_user_interface.cc',
1351 'host/host_user_interface.h', 1351 'host/host_user_interface.h',
1352 'host/in_memory_host_config.cc', 1352 'host/in_memory_host_config.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 'host/video_frame_capturer_fake.h', 1409 'host/video_frame_capturer_fake.h',
1410 'host/video_frame_capturer_helper.cc', 1410 'host/video_frame_capturer_helper.cc',
1411 'host/video_frame_capturer_helper.h', 1411 'host/video_frame_capturer_helper.h',
1412 'host/video_frame_capturer_linux.cc', 1412 'host/video_frame_capturer_linux.cc',
1413 'host/video_frame_capturer_mac.mm', 1413 'host/video_frame_capturer_mac.mm',
1414 'host/video_frame_capturer_win.cc', 1414 'host/video_frame_capturer_win.cc',
1415 'host/vlog_net_log.cc', 1415 'host/vlog_net_log.cc',
1416 'host/vlog_net_log.h', 1416 'host/vlog_net_log.h',
1417 'host/win/desktop.cc', 1417 'host/win/desktop.cc',
1418 'host/win/desktop.h', 1418 'host/win/desktop.h',
1419 'host/win/omaha.cc',
1420 'host/win/omaha.h',
1419 'host/win/scoped_thread_desktop.cc', 1421 'host/win/scoped_thread_desktop.cc',
1420 'host/win/scoped_thread_desktop.h', 1422 'host/win/scoped_thread_desktop.h',
1421 'host/win/session_desktop_environment_factory.cc', 1423 'host/win/session_desktop_environment_factory.cc',
1422 'host/win/session_desktop_environment_factory.h', 1424 'host/win/session_desktop_environment_factory.h',
1423 'host/win/session_event_executor.cc', 1425 'host/win/session_event_executor.cc',
1424 'host/win/session_event_executor.h', 1426 'host/win/session_event_executor.h',
1425 'host/x_server_pixel_buffer.cc', 1427 'host/x_server_pixel_buffer.cc',
1426 'host/x_server_pixel_buffer.h', 1428 'host/x_server_pixel_buffer.h',
1427 ], 1429 ],
1428 'conditions': [ 1430 'conditions': [
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 '../base/allocator/allocator.gyp:allocator', 1963 '../base/allocator/allocator.gyp:allocator',
1962 ], 1964 ],
1963 }, 1965 },
1964 ], 1966 ],
1965 ], 1967 ],
1966 }], 1968 }],
1967 ], # end of 'conditions' 1969 ], # end of 'conditions'
1968 }, # end of target 'remoting_unittests' 1970 }, # end of target 'remoting_unittests'
1969 ], # end of targets 1971 ], # end of targets
1970 } 1972 }
OLDNEW
« no previous file with comments | « remoting/host/win/wts_session_process_launcher.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698