| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 'type': 'static_library', | 488 'type': 'static_library', |
| 489 'variables': { 'enable_wexit_time_destructors': 1, }, | 489 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 490 'dependencies': [ | 490 'dependencies': [ |
| 491 'remoting_base', | 491 'remoting_base', |
| 492 'remoting_jingle_glue', | 492 'remoting_jingle_glue', |
| 493 'remoting_protocol', | 493 'remoting_protocol', |
| 494 'differ_block', | 494 'differ_block', |
| 495 '../crypto/crypto.gyp:crypto', | 495 '../crypto/crypto.gyp:crypto', |
| 496 ], | 496 ], |
| 497 'sources': [ | 497 'sources': [ |
| 498 'host/access_verifier.h', | |
| 499 'host/capturer.h', | 498 'host/capturer.h', |
| 500 'host/capturer_helper.cc', | 499 'host/capturer_helper.cc', |
| 501 'host/capturer_helper.h', | 500 'host/capturer_helper.h', |
| 502 'host/capturer_fake.cc', | 501 'host/capturer_fake.cc', |
| 503 'host/capturer_fake.h', | 502 'host/capturer_fake.h', |
| 504 'host/capturer_linux.cc', | 503 'host/capturer_linux.cc', |
| 505 'host/capturer_mac.cc', | 504 'host/capturer_mac.cc', |
| 506 'host/capturer_win.cc', | 505 'host/capturer_win.cc', |
| 507 'host/capture_scheduler.cc', | 506 'host/capture_scheduler.cc', |
| 508 'host/capture_scheduler.h', | 507 'host/capture_scheduler.h', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 532 'host/event_executor.h', | 531 'host/event_executor.h', |
| 533 'host/event_executor_linux.cc', | 532 'host/event_executor_linux.cc', |
| 534 'host/event_executor_mac.cc', | 533 'host/event_executor_mac.cc', |
| 535 'host/event_executor_win.cc', | 534 'host/event_executor_win.cc', |
| 536 'host/heartbeat_sender.cc', | 535 'host/heartbeat_sender.cc', |
| 537 'host/heartbeat_sender.h', | 536 'host/heartbeat_sender.h', |
| 538 'host/host_config.cc', | 537 'host/host_config.cc', |
| 539 'host/host_config.h', | 538 'host/host_config.h', |
| 540 'host/host_key_pair.cc', | 539 'host/host_key_pair.cc', |
| 541 'host/host_key_pair.h', | 540 'host/host_key_pair.h', |
| 541 'host/host_secret.cc', |
| 542 'host/host_secret.h', |
| 542 'host/host_status_observer.h', | 543 'host/host_status_observer.h', |
| 543 'host/in_memory_host_config.cc', | 544 'host/in_memory_host_config.cc', |
| 544 'host/in_memory_host_config.h', | 545 'host/in_memory_host_config.h', |
| 545 'host/json_host_config.cc', | 546 'host/json_host_config.cc', |
| 546 'host/json_host_config.h', | 547 'host/json_host_config.h', |
| 547 'host/local_input_monitor.h', | 548 'host/local_input_monitor.h', |
| 548 'host/local_input_monitor_linux.cc', | 549 'host/local_input_monitor_linux.cc', |
| 549 'host/local_input_monitor_mac.mm', | 550 'host/local_input_monitor_mac.mm', |
| 550 'host/local_input_monitor_thread_linux.cc', | 551 'host/local_input_monitor_thread_linux.cc', |
| 551 'host/local_input_monitor_thread_linux.h', | 552 'host/local_input_monitor_thread_linux.h', |
| 552 'host/local_input_monitor_thread_win.cc', | 553 'host/local_input_monitor_thread_win.cc', |
| 553 'host/local_input_monitor_thread_win.h', | 554 'host/local_input_monitor_thread_win.h', |
| 554 'host/local_input_monitor_win.cc', | 555 'host/local_input_monitor_win.cc', |
| 555 'host/log_to_server.cc', | 556 'host/log_to_server.cc', |
| 556 'host/log_to_server.h', | 557 'host/log_to_server.h', |
| 557 'host/register_support_host_request.cc', | 558 'host/register_support_host_request.cc', |
| 558 'host/register_support_host_request.h', | 559 'host/register_support_host_request.h', |
| 559 'host/self_access_verifier.cc', | |
| 560 'host/self_access_verifier.h', | |
| 561 'host/screen_recorder.cc', | 560 'host/screen_recorder.cc', |
| 562 'host/screen_recorder.h', | 561 'host/screen_recorder.h', |
| 563 'host/server_log_entry.cc', | 562 'host/server_log_entry.cc', |
| 564 'host/server_log_entry.h', | 563 'host/server_log_entry.h', |
| 565 'host/support_access_verifier.cc', | |
| 566 'host/support_access_verifier.h', | |
| 567 'host/ui_strings.cc', | 564 'host/ui_strings.cc', |
| 568 'host/ui_strings.h', | 565 'host/ui_strings.h', |
| 569 'host/user_authenticator.h', | 566 'host/user_authenticator.h', |
| 570 'host/user_authenticator_linux.cc', | 567 'host/user_authenticator_linux.cc', |
| 571 'host/user_authenticator_mac.cc', | 568 'host/user_authenticator_mac.cc', |
| 572 'host/user_authenticator_win.cc', | 569 'host/user_authenticator_win.cc', |
| 573 ], | 570 ], |
| 574 'conditions': [ | 571 'conditions': [ |
| 575 ['toolkit_uses_gtk == 1', { | 572 ['toolkit_uses_gtk == 1', { |
| 576 'dependencies': [ | 573 'dependencies': [ |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 'host/differ_block_unittest.cc', | 904 'host/differ_block_unittest.cc', |
| 908 'host/differ_unittest.cc', | 905 'host/differ_unittest.cc', |
| 909 'host/heartbeat_sender_unittest.cc', | 906 'host/heartbeat_sender_unittest.cc', |
| 910 'host/host_key_pair_unittest.cc', | 907 'host/host_key_pair_unittest.cc', |
| 911 'host/host_mock_objects.cc', | 908 'host/host_mock_objects.cc', |
| 912 'host/host_mock_objects.h', | 909 'host/host_mock_objects.h', |
| 913 'host/json_host_config_unittest.cc', | 910 'host/json_host_config_unittest.cc', |
| 914 'host/log_to_server_unittest.cc', | 911 'host/log_to_server_unittest.cc', |
| 915 'host/register_support_host_request_unittest.cc', | 912 'host/register_support_host_request_unittest.cc', |
| 916 'host/screen_recorder_unittest.cc', | 913 'host/screen_recorder_unittest.cc', |
| 917 'host/self_access_verifier_unittest.cc', | |
| 918 'host/server_log_entry_unittest.cc', | 914 'host/server_log_entry_unittest.cc', |
| 919 'host/test_key_pair.h', | 915 'host/test_key_pair.h', |
| 920 'jingle_glue/fake_signal_strategy.cc', | 916 'jingle_glue/fake_signal_strategy.cc', |
| 921 'jingle_glue/fake_signal_strategy.h', | 917 'jingle_glue/fake_signal_strategy.h', |
| 922 'jingle_glue/iq_sender_unittest.cc', | 918 'jingle_glue/iq_sender_unittest.cc', |
| 923 'jingle_glue/jingle_thread_unittest.cc', | 919 'jingle_glue/jingle_thread_unittest.cc', |
| 924 'jingle_glue/mock_objects.cc', | 920 'jingle_glue/mock_objects.cc', |
| 925 'jingle_glue/mock_objects.h', | 921 'jingle_glue/mock_objects.h', |
| 926 'protocol/connection_to_client_unittest.cc', | 922 'protocol/connection_to_client_unittest.cc', |
| 927 'protocol/fake_session.cc', | 923 'protocol/fake_session.cc', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 953 '../base/allocator/allocator.gyp:allocator', | 949 '../base/allocator/allocator.gyp:allocator', |
| 954 ], | 950 ], |
| 955 }, | 951 }, |
| 956 ], | 952 ], |
| 957 ], | 953 ], |
| 958 }], | 954 }], |
| 959 ], # end of 'conditions' | 955 ], # end of 'conditions' |
| 960 }, # end of target 'remoting_unittests' | 956 }, # end of target 'remoting_unittests' |
| 961 ], # end of targets | 957 ], # end of targets |
| 962 } | 958 } |
| OLD | NEW |