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

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

Issue 2335923002: Add WebrtcCaptureScheduler interface. (Closed)
Patch Set: Created 4 years, 3 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
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 6
7 static_library("protocol") { 7 static_library("protocol") {
8 sources = [ 8 sources = [
9 "audio_reader.cc", 9 "audio_reader.cc",
10 "audio_reader.h", 10 "audio_reader.h",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "capture_scheduler.cc", 193 "capture_scheduler.cc",
194 "capture_scheduler.h", 194 "capture_scheduler.h",
195 "chromium_port_allocator_factory.cc", 195 "chromium_port_allocator_factory.cc",
196 "chromium_port_allocator_factory.h", 196 "chromium_port_allocator_factory.h",
197 "chromium_socket_factory.cc", 197 "chromium_socket_factory.cc",
198 "chromium_socket_factory.h", 198 "chromium_socket_factory.h",
199 "ice_connection_to_client.cc", 199 "ice_connection_to_client.cc",
200 "ice_connection_to_client.h", 200 "ice_connection_to_client.h",
201 "video_frame_pump.cc", 201 "video_frame_pump.cc",
202 "video_frame_pump.h", 202 "video_frame_pump.h",
203 "webrtc_capture_scheduler.h",
204 "webrtc_capture_scheduler_simple.cc",
205 "webrtc_capture_scheduler_simple.h",
203 "webrtc_connection_to_client.cc", 206 "webrtc_connection_to_client.cc",
204 "webrtc_connection_to_client.h", 207 "webrtc_connection_to_client.h",
205 "webrtc_connection_to_host.cc", 208 "webrtc_connection_to_host.cc",
206 "webrtc_connection_to_host.h", 209 "webrtc_connection_to_host.h",
207 "webrtc_data_stream_adapter.cc", 210 "webrtc_data_stream_adapter.cc",
208 "webrtc_data_stream_adapter.h", 211 "webrtc_data_stream_adapter.h",
209 "webrtc_dummy_video_capturer.cc", 212 "webrtc_dummy_video_capturer.cc",
210 "webrtc_dummy_video_capturer.h", 213 "webrtc_dummy_video_capturer.h",
211 "webrtc_dummy_video_encoder.cc", 214 "webrtc_dummy_video_encoder.cc",
212 "webrtc_dummy_video_encoder.h", 215 "webrtc_dummy_video_encoder.h",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "webrtc_transport_unittest.cc", 309 "webrtc_transport_unittest.cc",
307 ] 310 ]
308 311
309 deps = [ 312 deps = [
310 ":test_support", 313 ":test_support",
311 "//net:test_support", 314 "//net:test_support",
312 "//testing/gmock", 315 "//testing/gmock",
313 "//testing/gtest", 316 "//testing/gtest",
314 ] 317 ]
315 } 318 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698