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

Side by Side Diff: remoting/remoting_test.gypi

Issue 282063005: Pull out common code from client and host versions of ServerLogEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move ServerLogEntry to jingle_glue Created 6 years, 7 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/remoting_srcs.gypi ('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 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/server_log_entry_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 'codec/audio_encoder_opus_unittest.cc', 62 'codec/audio_encoder_opus_unittest.cc',
62 'codec/codec_test.cc', 63 'codec/codec_test.cc',
63 'codec/codec_test.h', 64 'codec/codec_test.h',
64 'codec/video_decoder_vpx_unittest.cc', 65 'codec/video_decoder_vpx_unittest.cc',
65 'codec/video_encoder_verbatim_unittest.cc', 66 'codec/video_encoder_verbatim_unittest.cc',
66 'codec/video_encoder_vpx_unittest.cc', 67 'codec/video_encoder_vpx_unittest.cc',
67 'host/audio_silence_detector_unittest.cc', 68 'host/audio_silence_detector_unittest.cc',
68 'host/branding.cc', 69 'host/branding.cc',
(...skipping 24 matching lines...) Expand all
93 'host/pairing_registry_delegate_win_unittest.cc', 94 'host/pairing_registry_delegate_win_unittest.cc',
94 'host/pin_hash_unittest.cc', 95 'host/pin_hash_unittest.cc',
95 'host/policy_hack/fake_policy_watcher.cc', 96 'host/policy_hack/fake_policy_watcher.cc',
96 'host/policy_hack/fake_policy_watcher.h', 97 'host/policy_hack/fake_policy_watcher.h',
97 'host/policy_hack/mock_policy_callback.cc', 98 'host/policy_hack/mock_policy_callback.cc',
98 'host/policy_hack/mock_policy_callback.h', 99 'host/policy_hack/mock_policy_callback.h',
99 'host/policy_hack/policy_watcher_unittest.cc', 100 'host/policy_hack/policy_watcher_unittest.cc',
100 'host/register_support_host_request_unittest.cc', 101 'host/register_support_host_request_unittest.cc',
101 'host/remote_input_filter_unittest.cc', 102 'host/remote_input_filter_unittest.cc',
102 'host/resizing_host_observer_unittest.cc', 103 'host/resizing_host_observer_unittest.cc',
103 'host/setup/me2me_native_messaging_host.cc',
104 'host/setup/me2me_native_messaging_host.h',
105 'host/screen_capturer_fake.cc', 104 'host/screen_capturer_fake.cc',
106 'host/screen_capturer_fake.h', 105 'host/screen_capturer_fake.h',
107 'host/screen_resolution_unittest.cc', 106 'host/screen_resolution_unittest.cc',
108 'host/server_log_entry_unittest.cc', 107 » 'host/server_log_entry_host_unittest.cc',
108 'host/setup/me2me_native_messaging_host.cc',
109 'host/setup/me2me_native_messaging_host.h',
109 'host/setup/me2me_native_messaging_host_unittest.cc', 110 'host/setup/me2me_native_messaging_host_unittest.cc',
110 'host/setup/oauth_helper_unittest.cc', 111 'host/setup/oauth_helper_unittest.cc',
111 'host/setup/pin_validator_unittest.cc', 112 'host/setup/pin_validator_unittest.cc',
112 'host/shaped_screen_capturer_unittest.cc', 113 'host/shaped_screen_capturer_unittest.cc',
113 'host/token_validator_factory_impl_unittest.cc', 114 'host/token_validator_factory_impl_unittest.cc',
114 'host/video_scheduler_unittest.cc', 115 'host/video_scheduler_unittest.cc',
115 'host/win/rdp_client_unittest.cc', 116 'host/win/rdp_client_unittest.cc',
116 'host/win/worker_process_launcher.cc', 117 'host/win/worker_process_launcher.cc',
117 'host/win/worker_process_launcher.h', 118 'host/win/worker_process_launcher.h',
118 'host/win/worker_process_launcher_unittest.cc', 119 'host/win/worker_process_launcher_unittest.cc',
119 'jingle_glue/chromium_socket_factory_unittest.cc', 120 'jingle_glue/chromium_socket_factory_unittest.cc',
120 'jingle_glue/fake_signal_strategy.cc', 121 'jingle_glue/fake_signal_strategy.cc',
121 'jingle_glue/fake_signal_strategy.h', 122 'jingle_glue/fake_signal_strategy.h',
122 'jingle_glue/iq_sender_unittest.cc', 123 'jingle_glue/iq_sender_unittest.cc',
123 'jingle_glue/mock_objects.cc', 124 'jingle_glue/mock_objects.cc',
124 'jingle_glue/mock_objects.h', 125 'jingle_glue/mock_objects.h',
125 'jingle_glue/network_settings_unittest.cc', 126 'jingle_glue/network_settings_unittest.cc',
127 'jingle_glue/server_log_entry_unittest.cc',
128 'jingle_glue/server_log_entry_unittest.h',
126 'protocol/authenticator_test_base.cc', 129 'protocol/authenticator_test_base.cc',
127 'protocol/authenticator_test_base.h', 130 'protocol/authenticator_test_base.h',
128 'protocol/buffered_socket_writer_unittest.cc', 131 'protocol/buffered_socket_writer_unittest.cc',
129 'protocol/channel_multiplexer_unittest.cc', 132 'protocol/channel_multiplexer_unittest.cc',
130 'protocol/clipboard_echo_filter_unittest.cc', 133 'protocol/clipboard_echo_filter_unittest.cc',
131 'protocol/clipboard_filter_unittest.cc', 134 'protocol/clipboard_filter_unittest.cc',
132 'protocol/connection_tester.cc', 135 'protocol/connection_tester.cc',
133 'protocol/connection_tester.h', 136 'protocol/connection_tester.h',
134 'protocol/connection_to_client_unittest.cc', 137 'protocol/connection_to_client_unittest.cc',
135 'protocol/content_description_unittest.cc', 138 'protocol/content_description_unittest.cc',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 { 248 {
246 'destination': '<(PRODUCT_DIR)', 249 'destination': '<(PRODUCT_DIR)',
247 'files': [ 250 'files': [
248 '<@(remoting_webapp_js_browser_test_files)', 251 '<@(remoting_webapp_js_browser_test_files)',
249 ], 252 ],
250 }, 253 },
251 ], #end of copies 254 ], #end of copies
252 }, # end of target 'remoting_browser_test_resources' 255 }, # end of target 'remoting_browser_test_resources'
253 ], # end of targets 256 ], # end of targets
254 } 257 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698