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

Side by Side Diff: remoting/remoting.gyp

Issue 8468015: The host sends simple log entries to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review. Created 9 years, 1 month 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/simple_host_process.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) 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'host/json_host_config.cc', 543 'host/json_host_config.cc',
544 'host/json_host_config.h', 544 'host/json_host_config.h',
545 'host/local_input_monitor.h', 545 'host/local_input_monitor.h',
546 'host/local_input_monitor_linux.cc', 546 'host/local_input_monitor_linux.cc',
547 'host/local_input_monitor_mac.mm', 547 'host/local_input_monitor_mac.mm',
548 'host/local_input_monitor_thread_linux.cc', 548 'host/local_input_monitor_thread_linux.cc',
549 'host/local_input_monitor_thread_linux.h', 549 'host/local_input_monitor_thread_linux.h',
550 'host/local_input_monitor_thread_win.cc', 550 'host/local_input_monitor_thread_win.cc',
551 'host/local_input_monitor_thread_win.h', 551 'host/local_input_monitor_thread_win.h',
552 'host/local_input_monitor_win.cc', 552 'host/local_input_monitor_win.cc',
553 'host/log_to_server.cc',
554 'host/log_to_server.h',
553 'host/register_support_host_request.cc', 555 'host/register_support_host_request.cc',
554 'host/register_support_host_request.h', 556 'host/register_support_host_request.h',
555 'host/self_access_verifier.cc', 557 'host/self_access_verifier.cc',
556 'host/self_access_verifier.h', 558 'host/self_access_verifier.h',
557 'host/screen_recorder.cc', 559 'host/screen_recorder.cc',
558 'host/screen_recorder.h', 560 'host/screen_recorder.h',
561 'host/server_log_entry.cc',
562 'host/server_log_entry.h',
559 'host/support_access_verifier.cc', 563 'host/support_access_verifier.cc',
560 'host/support_access_verifier.h', 564 'host/support_access_verifier.h',
561 'host/ui_strings.cc', 565 'host/ui_strings.cc',
562 'host/ui_strings.h', 566 'host/ui_strings.h',
563 'host/user_authenticator.h', 567 'host/user_authenticator.h',
564 'host/user_authenticator_linux.cc', 568 'host/user_authenticator_linux.cc',
565 'host/user_authenticator_mac.cc', 569 'host/user_authenticator_mac.cc',
566 'host/user_authenticator_win.cc', 570 'host/user_authenticator_win.cc',
567 ], 571 ],
568 'conditions': [ 572 'conditions': [
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 'host/chromoting_host_context_unittest.cc', 895 'host/chromoting_host_context_unittest.cc',
892 'host/chromoting_host_unittest.cc', 896 'host/chromoting_host_unittest.cc',
893 'host/client_session_unittest.cc', 897 'host/client_session_unittest.cc',
894 'host/differ_block_unittest.cc', 898 'host/differ_block_unittest.cc',
895 'host/differ_unittest.cc', 899 'host/differ_unittest.cc',
896 'host/heartbeat_sender_unittest.cc', 900 'host/heartbeat_sender_unittest.cc',
897 'host/host_key_pair_unittest.cc', 901 'host/host_key_pair_unittest.cc',
898 'host/host_mock_objects.cc', 902 'host/host_mock_objects.cc',
899 'host/host_mock_objects.h', 903 'host/host_mock_objects.h',
900 'host/json_host_config_unittest.cc', 904 'host/json_host_config_unittest.cc',
905 'host/log_to_server_unittest.cc',
901 'host/register_support_host_request_unittest.cc', 906 'host/register_support_host_request_unittest.cc',
907 'host/screen_recorder_unittest.cc',
902 'host/self_access_verifier_unittest.cc', 908 'host/self_access_verifier_unittest.cc',
903 'host/screen_recorder_unittest.cc', 909 'host/server_log_entry_unittest.cc',
904 'host/test_key_pair.h', 910 'host/test_key_pair.h',
905 'jingle_glue/fake_signal_strategy.cc', 911 'jingle_glue/fake_signal_strategy.cc',
906 'jingle_glue/fake_signal_strategy.h', 912 'jingle_glue/fake_signal_strategy.h',
907 'jingle_glue/iq_sender_unittest.cc', 913 'jingle_glue/iq_sender_unittest.cc',
908 'jingle_glue/jingle_thread_unittest.cc', 914 'jingle_glue/jingle_thread_unittest.cc',
909 'jingle_glue/mock_objects.cc', 915 'jingle_glue/mock_objects.cc',
910 'jingle_glue/mock_objects.h', 916 'jingle_glue/mock_objects.h',
911 'protocol/connection_to_client_unittest.cc', 917 'protocol/connection_to_client_unittest.cc',
912 'protocol/fake_session.cc', 918 'protocol/fake_session.cc',
913 'protocol/fake_session.h', 919 'protocol/fake_session.h',
(...skipping 23 matching lines...) Expand all
937 '../base/allocator/allocator.gyp:allocator', 943 '../base/allocator/allocator.gyp:allocator',
938 ], 944 ],
939 }, 945 },
940 ], 946 ],
941 ], 947 ],
942 }], 948 }],
943 ], # end of 'conditions' 949 ], # end of 'conditions'
944 }, # end of target 'remoting_unittests' 950 }, # end of target 'remoting_unittests'
945 ], # end of targets 951 ], # end of targets
946 } 952 }
OLDNEW
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698