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

Side by Side Diff: remoting/protocol/BUILD.gn

Issue 2586133002: [Chromoting] Implement HostExperimentSessionPlugin (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | remoting/protocol/DEPS » ('j') | remoting/protocol/DEPS » ('J')
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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 7
8 static_library("protocol") { 8 static_library("protocol") {
9 sources = [ 9 sources = [
10 "audio_decode_scheduler.cc", 10 "audio_decode_scheduler.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "datagram_channel_factory.h", 54 "datagram_channel_factory.h",
55 "errors.cc", 55 "errors.cc",
56 "errors.h", 56 "errors.h",
57 "frame_consumer.h", 57 "frame_consumer.h",
58 "frame_stats.cc", 58 "frame_stats.cc",
59 "frame_stats.h", 59 "frame_stats.h",
60 "host_control_dispatcher.cc", 60 "host_control_dispatcher.cc",
61 "host_control_dispatcher.h", 61 "host_control_dispatcher.h",
62 "host_event_dispatcher.cc", 62 "host_event_dispatcher.cc",
63 "host_event_dispatcher.h", 63 "host_event_dispatcher.h",
64 "host_experiment_session_plugin.cc",
65 "host_experiment_session_plugin.h",
64 "host_stub.h", 66 "host_stub.h",
65 "host_video_dispatcher.cc", 67 "host_video_dispatcher.cc",
66 "host_video_dispatcher.h", 68 "host_video_dispatcher.h",
67 "host_video_stats_dispatcher.cc", 69 "host_video_stats_dispatcher.cc",
68 "host_video_stats_dispatcher.h", 70 "host_video_stats_dispatcher.h",
69 "http_ice_config_request.cc", 71 "http_ice_config_request.cc",
70 "http_ice_config_request.h", 72 "http_ice_config_request.h",
71 "ice_config.cc", 73 "ice_config.cc",
72 "ice_config.h", 74 "ice_config.h",
73 "ice_config_request.h", 75 "ice_config_request.h",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "rejecting_authenticator.cc", 141 "rejecting_authenticator.cc",
140 "rejecting_authenticator.h", 142 "rejecting_authenticator.h",
141 "sdp_message.cc", 143 "sdp_message.cc",
142 "sdp_message.h", 144 "sdp_message.h",
143 "secure_channel_factory.cc", 145 "secure_channel_factory.cc",
144 "secure_channel_factory.h", 146 "secure_channel_factory.h",
145 "session.h", 147 "session.h",
146 "session_config.cc", 148 "session_config.cc",
147 "session_config.h", 149 "session_config.h",
148 "session_manager.h", 150 "session_manager.h",
151 "session_plugin.cc",
152 "session_plugin.h",
149 "socket_util.cc", 153 "socket_util.cc",
150 "socket_util.h", 154 "socket_util.h",
151 "spake2_authenticator.cc", 155 "spake2_authenticator.cc",
152 "spake2_authenticator.h", 156 "spake2_authenticator.h",
153 "ssl_hmac_channel_authenticator.cc", 157 "ssl_hmac_channel_authenticator.cc",
154 "ssl_hmac_channel_authenticator.h", 158 "ssl_hmac_channel_authenticator.h",
155 "stream_channel_factory.h", 159 "stream_channel_factory.h",
156 "stream_message_pipe_adapter.cc", 160 "stream_message_pipe_adapter.cc",
157 "stream_message_pipe_adapter.h", 161 "stream_message_pipe_adapter.h",
158 "third_party_authenticator_base.cc", 162 "third_party_authenticator_base.cc",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "channel_multiplexer_unittest.cc", 303 "channel_multiplexer_unittest.cc",
300 "channel_socket_adapter_unittest.cc", 304 "channel_socket_adapter_unittest.cc",
301 "chromium_socket_factory_unittest.cc", 305 "chromium_socket_factory_unittest.cc",
302 "client_video_dispatcher_unittest.cc", 306 "client_video_dispatcher_unittest.cc",
303 "clipboard_echo_filter_unittest.cc", 307 "clipboard_echo_filter_unittest.cc",
304 "clipboard_filter_unittest.cc", 308 "clipboard_filter_unittest.cc",
305 "connection_tester.cc", 309 "connection_tester.cc",
306 "connection_tester.h", 310 "connection_tester.h",
307 "connection_unittest.cc", 311 "connection_unittest.cc",
308 "content_description_unittest.cc", 312 "content_description_unittest.cc",
313 "host_experiment_session_plugin_unittest.cc",
309 "http_ice_config_request_unittest.cc", 314 "http_ice_config_request_unittest.cc",
310 "ice_transport_unittest.cc", 315 "ice_transport_unittest.cc",
311 "input_event_tracker_unittest.cc", 316 "input_event_tracker_unittest.cc",
312 "input_filter_unittest.cc", 317 "input_filter_unittest.cc",
313 "jingle_messages_unittest.cc", 318 "jingle_messages_unittest.cc",
314 "jingle_session_unittest.cc", 319 "jingle_session_unittest.cc",
315 "message_decoder_unittest.cc", 320 "message_decoder_unittest.cc",
316 "message_reader_unittest.cc", 321 "message_reader_unittest.cc",
317 "monitored_video_stub_unittest.cc", 322 "monitored_video_stub_unittest.cc",
318 "mouse_input_filter_unittest.cc", 323 "mouse_input_filter_unittest.cc",
(...skipping 15 matching lines...) Expand all
334 "webrtc_transport_unittest.cc", 339 "webrtc_transport_unittest.cc",
335 ] 340 ]
336 341
337 deps = [ 342 deps = [
338 ":test_support", 343 ":test_support",
339 "//net:test_support", 344 "//net:test_support",
340 "//testing/gmock", 345 "//testing/gmock",
341 "//testing/gtest", 346 "//testing/gtest",
342 ] 347 ]
343 } 348 }
OLDNEW
« no previous file with comments | « no previous file | remoting/protocol/DEPS » ('j') | remoting/protocol/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698