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/protocol/BUILD.gn

Issue 2586403003: [Chromoting] Add SessionPlugin in JingleSession (Closed)
Patch Set: Resolve review comments Created 3 years, 12 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
« no previous file with comments | « no previous file | remoting/protocol/fake_session.h » ('j') | remoting/protocol/jingle_session.cc » ('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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "rejecting_authenticator.cc", 139 "rejecting_authenticator.cc",
140 "rejecting_authenticator.h", 140 "rejecting_authenticator.h",
141 "sdp_message.cc", 141 "sdp_message.cc",
142 "sdp_message.h", 142 "sdp_message.h",
143 "secure_channel_factory.cc", 143 "secure_channel_factory.cc",
144 "secure_channel_factory.h", 144 "secure_channel_factory.h",
145 "session.h", 145 "session.h",
146 "session_config.cc", 146 "session_config.cc",
147 "session_config.h", 147 "session_config.h",
148 "session_manager.h", 148 "session_manager.h",
149 "session_plugin.cc",
150 "session_plugin.h",
149 "socket_util.cc", 151 "socket_util.cc",
150 "socket_util.h", 152 "socket_util.h",
151 "spake2_authenticator.cc", 153 "spake2_authenticator.cc",
152 "spake2_authenticator.h", 154 "spake2_authenticator.h",
153 "ssl_hmac_channel_authenticator.cc", 155 "ssl_hmac_channel_authenticator.cc",
154 "ssl_hmac_channel_authenticator.h", 156 "ssl_hmac_channel_authenticator.h",
155 "stream_channel_factory.h", 157 "stream_channel_factory.h",
156 "stream_message_pipe_adapter.cc", 158 "stream_message_pipe_adapter.cc",
157 "stream_message_pipe_adapter.h", 159 "stream_message_pipe_adapter.h",
158 "third_party_authenticator_base.cc", 160 "third_party_authenticator_base.cc",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "webrtc_transport_unittest.cc", 336 "webrtc_transport_unittest.cc",
335 ] 337 ]
336 338
337 deps = [ 339 deps = [
338 ":test_support", 340 ":test_support",
339 "//net:test_support", 341 "//net:test_support",
340 "//testing/gmock", 342 "//testing/gmock",
341 "//testing/gtest", 343 "//testing/gtest",
342 ] 344 ]
343 } 345 }
OLDNEW
« no previous file with comments | « no previous file | remoting/protocol/fake_session.h » ('j') | remoting/protocol/jingle_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698