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

Side by Side Diff: remoting/remoting_test.gypi

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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') | remoting/signaling/DEPS » ('j') | 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'host/setup/oauth_helper_unittest.cc', 114 'host/setup/oauth_helper_unittest.cc',
115 'host/setup/pin_validator_unittest.cc', 115 'host/setup/pin_validator_unittest.cc',
116 'host/shaped_screen_capturer_unittest.cc', 116 'host/shaped_screen_capturer_unittest.cc',
117 'host/token_validator_factory_impl_unittest.cc', 117 'host/token_validator_factory_impl_unittest.cc',
118 'host/video_frame_recorder_unittest.cc', 118 'host/video_frame_recorder_unittest.cc',
119 'host/video_scheduler_unittest.cc', 119 'host/video_scheduler_unittest.cc',
120 'host/win/rdp_client_unittest.cc', 120 'host/win/rdp_client_unittest.cc',
121 'host/win/worker_process_launcher.cc', 121 'host/win/worker_process_launcher.cc',
122 'host/win/worker_process_launcher.h', 122 'host/win/worker_process_launcher.h',
123 'host/win/worker_process_launcher_unittest.cc', 123 'host/win/worker_process_launcher_unittest.cc',
124 'jingle_glue/chromium_socket_factory_unittest.cc',
125 'jingle_glue/fake_signal_strategy.cc',
126 'jingle_glue/fake_signal_strategy.h',
127 'jingle_glue/iq_sender_unittest.cc',
128 'jingle_glue/log_to_server_unittest.cc',
129 'jingle_glue/mock_objects.cc',
130 'jingle_glue/mock_objects.h',
131 'jingle_glue/network_settings_unittest.cc',
132 'jingle_glue/server_log_entry_unittest.cc',
133 'jingle_glue/server_log_entry_unittest.h',
134 'protocol/authenticator_test_base.cc', 124 'protocol/authenticator_test_base.cc',
135 'protocol/authenticator_test_base.h', 125 'protocol/authenticator_test_base.h',
136 'protocol/buffered_socket_writer_unittest.cc', 126 'protocol/buffered_socket_writer_unittest.cc',
137 'protocol/channel_multiplexer_unittest.cc', 127 'protocol/channel_multiplexer_unittest.cc',
128 'protocol/chromium_socket_factory_unittest.cc',
138 'protocol/clipboard_echo_filter_unittest.cc', 129 'protocol/clipboard_echo_filter_unittest.cc',
139 'protocol/clipboard_filter_unittest.cc', 130 'protocol/clipboard_filter_unittest.cc',
140 'protocol/connection_tester.cc', 131 'protocol/connection_tester.cc',
141 'protocol/connection_tester.h', 132 'protocol/connection_tester.h',
142 'protocol/connection_to_client_unittest.cc', 133 'protocol/connection_to_client_unittest.cc',
143 'protocol/content_description_unittest.cc', 134 'protocol/content_description_unittest.cc',
144 'protocol/fake_authenticator.cc', 135 'protocol/fake_authenticator.cc',
145 'protocol/fake_authenticator.h', 136 'protocol/fake_authenticator.h',
146 'protocol/fake_session.cc', 137 'protocol/fake_session.cc',
147 'protocol/fake_session.h', 138 'protocol/fake_session.h',
148 'protocol/input_event_tracker_unittest.cc', 139 'protocol/input_event_tracker_unittest.cc',
149 'protocol/input_filter_unittest.cc', 140 'protocol/input_filter_unittest.cc',
150 'protocol/jingle_messages_unittest.cc', 141 'protocol/jingle_messages_unittest.cc',
151 'protocol/jingle_session_unittest.cc', 142 'protocol/jingle_session_unittest.cc',
152 'protocol/message_decoder_unittest.cc', 143 'protocol/message_decoder_unittest.cc',
153 'protocol/message_reader_unittest.cc', 144 'protocol/message_reader_unittest.cc',
154 'protocol/monitored_video_stub_unittest.cc', 145 'protocol/monitored_video_stub_unittest.cc',
155 'protocol/mouse_input_filter_unittest.cc', 146 'protocol/mouse_input_filter_unittest.cc',
156 'protocol/negotiating_authenticator_unittest.cc', 147 'protocol/negotiating_authenticator_unittest.cc',
148 'protocol/network_settings_unittest.cc',
157 'protocol/pairing_registry_unittest.cc', 149 'protocol/pairing_registry_unittest.cc',
158 'protocol/ppapi_module_stub.cc', 150 'protocol/ppapi_module_stub.cc',
159 'protocol/protocol_mock_objects.cc', 151 'protocol/protocol_mock_objects.cc',
160 'protocol/protocol_mock_objects.h', 152 'protocol/protocol_mock_objects.h',
161 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 153 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
162 'protocol/third_party_authenticator_unittest.cc', 154 'protocol/third_party_authenticator_unittest.cc',
163 'protocol/v2_authenticator_unittest.cc', 155 'protocol/v2_authenticator_unittest.cc',
156 'signaling/fake_signal_strategy.cc',
157 'signaling/fake_signal_strategy.h',
158 'signaling/iq_sender_unittest.cc',
159 'signaling/log_to_server_unittest.cc',
160 'signaling/mock_signal_strategy.cc',
161 'signaling/mock_signal_strategy.h',
162 'signaling/server_log_entry_unittest.cc',
163 'signaling/server_log_entry_unittest.h',
164 ], 164 ],
165 'conditions': [ 165 'conditions': [
166 [ 'OS=="win"', { 166 [ 'OS=="win"', {
167 'defines': [ 167 'defines': [
168 '_ATL_NO_EXCEPTIONS', 168 '_ATL_NO_EXCEPTIONS',
169 ], 169 ],
170 'include_dirs': [ 170 'include_dirs': [
171 '../breakpad/src', 171 '../breakpad/src',
172 ], 172 ],
173 'link_settings': { 173 'link_settings': {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 # exclude list. 389 # exclude list.
390 '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)', 390 '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)',
391 '--js', '<@(remoting_webapp_unittest_cases)', 391 '--js', '<@(remoting_webapp_unittest_cases)',
392 '--instrument-js', '<@(remoting_webapp_main_html_js_files)', 392 '--instrument-js', '<@(remoting_webapp_main_html_js_files)',
393 ], 393 ],
394 }, 394 },
395 ], 395 ],
396 }, # end of target 'remoting_webapp_js_unittest' 396 }, # end of target 'remoting_webapp_js_unittest'
397 ], # end of targets 397 ], # end of targets
398 } 398 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/signaling/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698