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

Side by Side Diff: remoting/remoting_test.gypi

Issue 320403002: Pull out common code from client and host versions of LogToServer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 # Remoting unit tests 7 # Remoting unit tests
8 { 8 {
9 'target_name': 'remoting_unittests', 9 'target_name': 'remoting_unittests',
10 'type': '<(gtest_target_type)', 10 'type': '<(gtest_target_type)',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'base/compound_buffer_unittest.cc', 49 'base/compound_buffer_unittest.cc',
50 'base/rate_counter_unittest.cc', 50 'base/rate_counter_unittest.cc',
51 'base/resources_unittest.cc', 51 'base/resources_unittest.cc',
52 'base/rsa_key_pair_unittest.cc', 52 'base/rsa_key_pair_unittest.cc',
53 'base/running_average_unittest.cc', 53 'base/running_average_unittest.cc',
54 'base/test_rsa_key_pair.h', 54 'base/test_rsa_key_pair.h',
55 'base/typed_buffer_unittest.cc', 55 'base/typed_buffer_unittest.cc',
56 'base/util_unittest.cc', 56 'base/util_unittest.cc',
57 'client/audio_player_unittest.cc', 57 'client/audio_player_unittest.cc',
58 'client/key_event_mapper_unittest.cc', 58 'client/key_event_mapper_unittest.cc',
59 'client/log_to_server_client_unittest.cc',
59 'client/plugin/normalizing_input_filter_cros_unittest.cc', 60 'client/plugin/normalizing_input_filter_cros_unittest.cc',
60 'client/plugin/normalizing_input_filter_mac_unittest.cc', 61 'client/plugin/normalizing_input_filter_mac_unittest.cc',
61 'client/server_log_entry_client_unittest.cc', 62 'client/server_log_entry_client_unittest.cc',
62 'codec/audio_encoder_opus_unittest.cc', 63 'codec/audio_encoder_opus_unittest.cc',
63 'codec/codec_test.cc', 64 'codec/codec_test.cc',
64 'codec/codec_test.h', 65 'codec/codec_test.h',
65 'codec/video_decoder_vpx_unittest.cc', 66 'codec/video_decoder_vpx_unittest.cc',
66 'codec/video_encoder_verbatim_unittest.cc', 67 'codec/video_encoder_verbatim_unittest.cc',
67 'codec/video_encoder_vpx_unittest.cc', 68 'codec/video_encoder_vpx_unittest.cc',
68 'host/audio_silence_detector_unittest.cc', 69 'host/audio_silence_detector_unittest.cc',
(...skipping 12 matching lines...) Expand all
81 'host/host_change_notification_listener_unittest.cc', 82 'host/host_change_notification_listener_unittest.cc',
82 'host/host_mock_objects.cc', 83 'host/host_mock_objects.cc',
83 'host/host_status_monitor_fake.h', 84 'host/host_status_monitor_fake.h',
84 'host/host_status_sender_unittest.cc', 85 'host/host_status_sender_unittest.cc',
85 'host/ipc_desktop_environment_unittest.cc', 86 'host/ipc_desktop_environment_unittest.cc',
86 'host/it2me/it2me_native_messaging_host_unittest.cc', 87 'host/it2me/it2me_native_messaging_host_unittest.cc',
87 'host/json_host_config_unittest.cc', 88 'host/json_host_config_unittest.cc',
88 'host/linux/unicode_to_keysym_unittest.cc', 89 'host/linux/unicode_to_keysym_unittest.cc',
89 'host/linux/x_server_clipboard_unittest.cc', 90 'host/linux/x_server_clipboard_unittest.cc',
90 'host/local_input_monitor_unittest.cc', 91 'host/local_input_monitor_unittest.cc',
91 'host/log_to_server_unittest.cc', 92 'host/log_to_server_host_unittest.cc',
92 'host/native_messaging/native_messaging_reader_unittest.cc', 93 'host/native_messaging/native_messaging_reader_unittest.cc',
93 'host/native_messaging/native_messaging_writer_unittest.cc', 94 'host/native_messaging/native_messaging_writer_unittest.cc',
94 'host/pairing_registry_delegate_linux_unittest.cc', 95 'host/pairing_registry_delegate_linux_unittest.cc',
95 'host/pairing_registry_delegate_win_unittest.cc', 96 'host/pairing_registry_delegate_win_unittest.cc',
96 'host/pin_hash_unittest.cc', 97 'host/pin_hash_unittest.cc',
97 'host/policy_hack/fake_policy_watcher.cc', 98 'host/policy_hack/fake_policy_watcher.cc',
98 'host/policy_hack/fake_policy_watcher.h', 99 'host/policy_hack/fake_policy_watcher.h',
99 'host/policy_hack/mock_policy_callback.cc', 100 'host/policy_hack/mock_policy_callback.cc',
100 'host/policy_hack/mock_policy_callback.h', 101 'host/policy_hack/mock_policy_callback.h',
101 'host/policy_hack/policy_watcher_unittest.cc', 102 'host/policy_hack/policy_watcher_unittest.cc',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 { 250 {
250 'destination': '<(PRODUCT_DIR)', 251 'destination': '<(PRODUCT_DIR)',
251 'files': [ 252 'files': [
252 '<@(remoting_webapp_js_browser_test_files)', 253 '<@(remoting_webapp_js_browser_test_files)',
253 ], 254 ],
254 }, 255 },
255 ], #end of copies 256 ], #end of copies
256 }, # end of target 'remoting_browser_test_resources' 257 }, # end of target 'remoting_browser_test_resources'
257 ], # end of targets 258 ], # end of targets
258 } 259 }
OLDNEW
« remoting/host/log_to_server_host.cc ('K') | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698