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

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
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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'host/json_host_config.cc', 516 'host/json_host_config.cc',
517 'host/json_host_config.h', 517 'host/json_host_config.h',
518 'host/local_input_monitor.h', 518 'host/local_input_monitor.h',
519 'host/local_input_monitor_linux.cc', 519 'host/local_input_monitor_linux.cc',
520 'host/local_input_monitor_mac.mm', 520 'host/local_input_monitor_mac.mm',
521 'host/local_input_monitor_thread_linux.cc', 521 'host/local_input_monitor_thread_linux.cc',
522 'host/local_input_monitor_thread_linux.h', 522 'host/local_input_monitor_thread_linux.h',
523 'host/local_input_monitor_thread_win.cc', 523 'host/local_input_monitor_thread_win.cc',
524 'host/local_input_monitor_thread_win.h', 524 'host/local_input_monitor_thread_win.h',
525 'host/local_input_monitor_win.cc', 525 'host/local_input_monitor_win.cc',
526 'host/log_to_server.cc',
527 'host/log_to_server.h',
526 'host/register_support_host_request.cc', 528 'host/register_support_host_request.cc',
527 'host/register_support_host_request.h', 529 'host/register_support_host_request.h',
528 'host/self_access_verifier.cc', 530 'host/self_access_verifier.cc',
529 'host/self_access_verifier.h', 531 'host/self_access_verifier.h',
530 'host/screen_recorder.cc', 532 'host/screen_recorder.cc',
531 'host/screen_recorder.h', 533 'host/screen_recorder.h',
534 'host/server_log_entry.cc',
535 'host/server_log_entry.h',
532 'host/support_access_verifier.cc', 536 'host/support_access_verifier.cc',
533 'host/support_access_verifier.h', 537 'host/support_access_verifier.h',
534 'host/ui_strings.cc', 538 'host/ui_strings.cc',
535 'host/ui_strings.h', 539 'host/ui_strings.h',
536 'host/user_authenticator.h', 540 'host/user_authenticator.h',
537 'host/user_authenticator_linux.cc', 541 'host/user_authenticator_linux.cc',
538 'host/user_authenticator_mac.cc', 542 'host/user_authenticator_mac.cc',
539 'host/user_authenticator_win.cc', 543 'host/user_authenticator_win.cc',
540 ], 544 ],
541 'conditions': [ 545 'conditions': [
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'host/chromoting_host_context_unittest.cc', 884 'host/chromoting_host_context_unittest.cc',
881 'host/chromoting_host_unittest.cc', 885 'host/chromoting_host_unittest.cc',
882 'host/client_session_unittest.cc', 886 'host/client_session_unittest.cc',
883 'host/differ_block_unittest.cc', 887 'host/differ_block_unittest.cc',
884 'host/differ_unittest.cc', 888 'host/differ_unittest.cc',
885 'host/heartbeat_sender_unittest.cc', 889 'host/heartbeat_sender_unittest.cc',
886 'host/host_key_pair_unittest.cc', 890 'host/host_key_pair_unittest.cc',
887 'host/host_mock_objects.cc', 891 'host/host_mock_objects.cc',
888 'host/host_mock_objects.h', 892 'host/host_mock_objects.h',
889 'host/json_host_config_unittest.cc', 893 'host/json_host_config_unittest.cc',
894 'host/log_to_server_unittest.cc',
890 'host/register_support_host_request_unittest.cc', 895 'host/register_support_host_request_unittest.cc',
896 'host/screen_recorder_unittest.cc',
891 'host/self_access_verifier_unittest.cc', 897 'host/self_access_verifier_unittest.cc',
892 'host/screen_recorder_unittest.cc', 898 'host/server_log_entry_unittest.cc',
893 'host/test_key_pair.h', 899 'host/test_key_pair.h',
894 'jingle_glue/fake_signal_strategy.cc', 900 'jingle_glue/fake_signal_strategy.cc',
895 'jingle_glue/fake_signal_strategy.h', 901 'jingle_glue/fake_signal_strategy.h',
896 'jingle_glue/iq_sender_unittest.cc', 902 'jingle_glue/iq_sender_unittest.cc',
897 'jingle_glue/jingle_thread_unittest.cc', 903 'jingle_glue/jingle_thread_unittest.cc',
898 'jingle_glue/mock_objects.cc', 904 'jingle_glue/mock_objects.cc',
899 'jingle_glue/mock_objects.h', 905 'jingle_glue/mock_objects.h',
900 'protocol/connection_to_client_unittest.cc', 906 'protocol/connection_to_client_unittest.cc',
901 'protocol/fake_session.cc', 907 'protocol/fake_session.cc',
902 'protocol/fake_session.h', 908 'protocol/fake_session.h',
(...skipping 23 matching lines...) Expand all
926 '../base/allocator/allocator.gyp:allocator', 932 '../base/allocator/allocator.gyp:allocator',
927 ], 933 ],
928 }, 934 },
929 ], 935 ],
930 ], 936 ],
931 }], 937 }],
932 ], # end of 'conditions' 938 ], # end of 'conditions'
933 }, # end of target 'remoting_unittests' 939 }, # end of target 'remoting_unittests'
934 ], # end of targets 940 ], # end of targets
935 } 941 }
OLDNEW
« remoting/host/server_log_entry_unittest.cc ('K') | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698