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

Side by Side Diff: remoting/remoting.gyp

Issue 10832068: Moving Windows-only files: remoting/host -> remoting/host/win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/wts_session_process_launcher_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 'remoting_audio': 0, 10 'remoting_audio': 0,
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ], 496 ],
497 'sources': [ 497 'sources': [
498 'tools/breakpad_tester_win.cc', 498 'tools/breakpad_tester_win.cc',
499 ], 499 ],
500 }, # end of target 'remoting_breakpad_tester' 500 }, # end of target 'remoting_breakpad_tester'
501 501
502 { 502 {
503 'target_name': 'remoting_elevated_controller', 503 'target_name': 'remoting_elevated_controller',
504 'type': 'static_library', 504 'type': 'static_library',
505 'sources': [ 505 'sources': [
506 'host/elevated_controller.idl', 506 'host/win/elevated_controller.idl',
507 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/elevated_controller.h', 507 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/elevated_controller.h',
508 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/elevated_controller_i.c', 508 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/elevated_controller_i.c',
509 ], 509 ],
510 # This target exports a hard dependency because dependent targets may 510 # This target exports a hard dependency because dependent targets may
511 # include elevated_controller.h, a generated header. 511 # include elevated_controller.h, a generated header.
512 'hard_dependency': 1, 512 'hard_dependency': 1,
513 'msvs_settings': { 513 'msvs_settings': {
514 'VCMIDLTool': { 514 'VCMIDLTool': {
515 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/remoting/host', 515 'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/remoting/host',
516 }, 516 },
(...skipping 21 matching lines...) Expand all
538 '../base/base.gyp:base', 538 '../base/base.gyp:base',
539 'remoting_breakpad', 539 'remoting_breakpad',
540 'remoting_elevated_controller', 540 'remoting_elevated_controller',
541 'remoting_protocol', 541 'remoting_protocol',
542 'remoting_version_resources', 542 'remoting_version_resources',
543 ], 543 ],
544 'sources': [ 544 'sources': [
545 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' , 545 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' ,
546 'host/branding.cc', 546 'host/branding.cc',
547 'host/branding.h', 547 'host/branding.h',
548 'host/elevated_controller.rc',
549 'host/elevated_controller_module_win.cc',
550 'host/elevated_controller_win.cc',
551 'host/elevated_controller_win.h',
552 'host/pin_hash.cc', 548 'host/pin_hash.cc',
553 'host/pin_hash.h', 549 'host/pin_hash.h',
554 'host/usage_stats_consent.h', 550 'host/usage_stats_consent.h',
555 'host/usage_stats_consent_win.cc', 551 'host/usage_stats_consent_win.cc',
556 'host/verify_config_window_win.cc', 552 'host/verify_config_window_win.cc',
557 'host/verify_config_window_win.h', 553 'host/verify_config_window_win.h',
554 'host/win/elevated_controller.rc',
555 'host/win/elevated_controller_module.cc',
556 'host/win/elevated_controller.cc',
557 'host/win/elevated_controller.h',
558 ], 558 ],
559 'link_settings': { 559 'link_settings': {
560 'libraries': [ 560 'libraries': [
561 '-lcomctl32.lib', 561 '-lcomctl32.lib',
562 ], 562 ],
563 }, 563 },
564 'msvs_settings': { 564 'msvs_settings': {
565 'VCLinkerTool': { 565 'VCLinkerTool': {
566 'AdditionalOptions': [ 566 'AdditionalOptions': [
567 "\"/manifestdependency:type='win32' " 567 "\"/manifestdependency:type='win32' "
(...skipping 21 matching lines...) Expand all
589 ], 589 ],
590 'sources': [ 590 'sources': [
591 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc', 591 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_service_version.rc',
592 'base/scoped_sc_handle_win.h', 592 'base/scoped_sc_handle_win.h',
593 'host/branding.cc', 593 'host/branding.cc',
594 'host/branding.h', 594 'host/branding.h',
595 'host/chromoting_messages.cc', 595 'host/chromoting_messages.cc',
596 'host/chromoting_messages.h', 596 'host/chromoting_messages.h',
597 'host/constants.h', 597 'host/constants.h',
598 'host/constants_win.cc', 598 'host/constants_win.cc',
599 'host/host_service.rc',
600 'host/host_service_resource.h',
601 'host/host_service_win.cc',
602 'host/host_service_win.h',
603 'host/launch_process_in_session_win.cc',
604 'host/launch_process_in_session_win.h',
605 'host/sas_injector.h', 599 'host/sas_injector.h',
606 'host/sas_injector_win.cc', 600 'host/sas_injector_win.cc',
607 'host/usage_stats_consent.h', 601 'host/usage_stats_consent.h',
608 'host/usage_stats_consent_win.cc', 602 'host/usage_stats_consent_win.cc',
609 'host/wts_console_monitor_win.h', 603 'host/win/host_service.cc',
610 'host/wts_console_observer_win.h', 604 'host/win/host_service.h',
611 'host/wts_session_process_launcher_win.cc', 605 'host/win/host_service.rc',
612 'host/wts_session_process_launcher_win.h', 606 'host/win/host_service_resource.h',
607 'host/win/launch_process_with_token.cc',
608 'host/win/launch_process_with_token.h',
609 'host/win/wts_console_monitor.h',
610 'host/win/wts_console_observer.h',
611 'host/win/wts_session_process_launcher.cc',
612 'host/win/wts_session_process_launcher.h',
613 ], 613 ],
614 'msvs_settings': { 614 'msvs_settings': {
615 'VCLinkerTool': { 615 'VCLinkerTool': {
616 'AdditionalDependencies': [ 616 'AdditionalDependencies': [
617 'wtsapi32.lib', 617 'wtsapi32.lib',
618 ], 618 ],
619 }, 619 },
620 }, 620 },
621 }, # end of target 'remoting_service' 621 }, # end of target 'remoting_service'
622 622
(...skipping 17 matching lines...) Expand all
640 '<(DEPTH)/build/util/LASTCHANGE', 640 '<(DEPTH)/build/util/LASTCHANGE',
641 '<(version_path)', 641 '<(version_path)',
642 '<(chrome_version_path)', 642 '<(chrome_version_path)',
643 ], 643 ],
644 'direct_dependent_settings': { 644 'direct_dependent_settings': {
645 'include_dirs': [ 645 'include_dirs': [
646 '<(SHARED_INTERMEDIATE_DIR)/remoting', 646 '<(SHARED_INTERMEDIATE_DIR)/remoting',
647 ], 647 ],
648 }, 648 },
649 'sources': [ 649 'sources': [
650 'host/elevated_controller.ver',
651 'host/host_service.ver',
652 'host/plugin/host_plugin.ver', 650 'host/plugin/host_plugin.ver',
653 'host/remoting_me2me_host.ver', 651 'host/remoting_me2me_host.ver',
652 'host/win/elevated_controller.ver',
653 'host/win/host_service.ver',
654 ], 654 ],
655 'rules': [ 655 'rules': [
656 { 656 {
657 'rule_name': 'version', 657 'rule_name': 'version',
658 'extension': 'ver', 658 'extension': 'ver',
659 'variables': { 659 'variables': {
660 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', 660 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
661 'template_input_path': 'version.rc.version', 661 'template_input_path': 'version.rc.version',
662 }, 662 },
663 'conditions': [ 663 'conditions': [
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 'host/constants.h', 1204 'host/constants.h',
1205 'host/constants_mac.cc', 1205 'host/constants_mac.cc',
1206 'host/constants_mac.h', 1206 'host/constants_mac.h',
1207 'host/constants_win.cc', 1207 'host/constants_win.cc',
1208 'host/continue_window.h', 1208 'host/continue_window.h',
1209 'host/continue_window_gtk.cc', 1209 'host/continue_window_gtk.cc',
1210 'host/continue_window_mac.mm', 1210 'host/continue_window_mac.mm',
1211 'host/continue_window_win.cc', 1211 'host/continue_window_win.cc',
1212 'host/desktop_environment.cc', 1212 'host/desktop_environment.cc',
1213 'host/desktop_environment.h', 1213 'host/desktop_environment.h',
1214 'host/desktop_win.cc',
1215 'host/desktop_win.h',
1216 'host/differ.cc', 1214 'host/differ.cc',
1217 'host/differ.h', 1215 'host/differ.h',
1218 'host/disconnect_window.h', 1216 'host/disconnect_window.h',
1219 'host/disconnect_window_gtk.cc', 1217 'host/disconnect_window_gtk.cc',
1220 'host/disconnect_window_mac.h', 1218 'host/disconnect_window_mac.h',
1221 'host/disconnect_window_mac.mm', 1219 'host/disconnect_window_mac.mm',
1222 'host/disconnect_window_win.cc', 1220 'host/disconnect_window_win.cc',
1223 'host/event_executor.h', 1221 'host/event_executor.h',
1224 'host/event_executor_linux.cc', 1222 'host/event_executor_linux.cc',
1225 'host/event_executor_mac.cc', 1223 'host/event_executor_mac.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 'host/screen_recorder.cc', 1269 'host/screen_recorder.cc',
1272 'host/screen_recorder.h', 1270 'host/screen_recorder.h',
1273 'host/server_log_entry.cc', 1271 'host/server_log_entry.cc',
1274 'host/server_log_entry.h', 1272 'host/server_log_entry.h',
1275 'host/session_event_executor_win.cc', 1273 'host/session_event_executor_win.cc',
1276 'host/session_event_executor_win.h', 1274 'host/session_event_executor_win.h',
1277 'host/session_manager_factory.cc', 1275 'host/session_manager_factory.cc',
1278 'host/session_manager_factory.h', 1276 'host/session_manager_factory.h',
1279 'host/signaling_connector.cc', 1277 'host/signaling_connector.cc',
1280 'host/signaling_connector.h', 1278 'host/signaling_connector.h',
1281 'host/scoped_thread_desktop_win.cc',
1282 'host/scoped_thread_desktop_win.h',
1283 'host/ui_strings.cc', 1279 'host/ui_strings.cc',
1284 'host/ui_strings.h', 1280 'host/ui_strings.h',
1285 'host/url_request_context.cc', 1281 'host/url_request_context.cc',
1286 'host/url_request_context.h', 1282 'host/url_request_context.h',
1287 'host/user_authenticator.h', 1283 'host/user_authenticator.h',
1288 'host/user_authenticator_linux.cc', 1284 'host/user_authenticator_linux.cc',
1289 'host/user_authenticator_mac.cc', 1285 'host/user_authenticator_mac.cc',
1290 'host/user_authenticator_win.cc', 1286 'host/user_authenticator_win.cc',
1291 'host/video_frame_capturer.h', 1287 'host/video_frame_capturer.h',
1292 'host/video_frame_capturer_fake.cc', 1288 'host/video_frame_capturer_fake.cc',
1293 'host/video_frame_capturer_fake.h', 1289 'host/video_frame_capturer_fake.h',
1294 'host/video_frame_capturer_helper.cc', 1290 'host/video_frame_capturer_helper.cc',
1295 'host/video_frame_capturer_helper.h', 1291 'host/video_frame_capturer_helper.h',
1296 'host/video_frame_capturer_linux.cc', 1292 'host/video_frame_capturer_linux.cc',
1297 'host/video_frame_capturer_mac.mm', 1293 'host/video_frame_capturer_mac.mm',
1298 'host/video_frame_capturer_win.cc', 1294 'host/video_frame_capturer_win.cc',
1299 'host/vlog_net_log.cc', 1295 'host/vlog_net_log.cc',
1300 'host/vlog_net_log.h', 1296 'host/vlog_net_log.h',
1297 'host/win/desktop.cc',
1298 'host/win/desktop.h',
1299 'host/win/scoped_thread_desktop.cc',
1300 'host/win/scoped_thread_desktop.h',
1301 'host/x_server_pixel_buffer.cc', 1301 'host/x_server_pixel_buffer.cc',
1302 'host/x_server_pixel_buffer.h', 1302 'host/x_server_pixel_buffer.h',
1303 ], 1303 ],
1304 'conditions': [ 1304 'conditions': [
1305 ['OS=="linux"', { 1305 ['OS=="linux"', {
1306 'link_settings': { 1306 'link_settings': {
1307 'libraries': [ 1307 'libraries': [
1308 '-lX11', 1308 '-lX11',
1309 '-lXdamage', 1309 '-lXdamage',
1310 '-lXfixes', 1310 '-lXfixes',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 '../base/allocator/allocator.gyp:allocator', 1823 '../base/allocator/allocator.gyp:allocator',
1824 ], 1824 ],
1825 }, 1825 },
1826 ], 1826 ],
1827 ], 1827 ],
1828 }], 1828 }],
1829 ], # end of 'conditions' 1829 ], # end of 'conditions'
1830 }, # end of target 'remoting_unittests' 1830 }, # end of target 'remoting_unittests'
1831 ], # end of targets 1831 ], # end of targets
1832 } 1832 }
OLDNEW
« no previous file with comments | « remoting/host/wts_session_process_launcher_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698