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

Side by Side Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2641133002: Reland of Add experimental simulcast screen content mode (Closed)
Patch Set: Rebase Created 3 years, 10 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 (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../../webrtc.gni") 9 import("../../webrtc.gni")
10 10
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "session_info_unittest.cc", 364 "session_info_unittest.cc",
365 "test/stream_generator.cc", 365 "test/stream_generator.cc",
366 "test/stream_generator.h", 366 "test/stream_generator.h",
367 "timing_unittest.cc", 367 "timing_unittest.cc",
368 "utility/default_video_bitrate_allocator_unittest.cc", 368 "utility/default_video_bitrate_allocator_unittest.cc",
369 "utility/frame_dropper_unittest.cc", 369 "utility/frame_dropper_unittest.cc",
370 "utility/ivf_file_writer_unittest.cc", 370 "utility/ivf_file_writer_unittest.cc",
371 "utility/moving_average_unittest.cc", 371 "utility/moving_average_unittest.cc",
372 "utility/quality_scaler_unittest.cc", 372 "utility/quality_scaler_unittest.cc",
373 "utility/simulcast_rate_allocator_unittest.cc", 373 "utility/simulcast_rate_allocator_unittest.cc",
374 "video_codec_initializer_unittest.cc",
374 "video_coding_robustness_unittest.cc", 375 "video_coding_robustness_unittest.cc",
375 "video_packet_buffer_unittest.cc", 376 "video_packet_buffer_unittest.cc",
376 "video_receiver_unittest.cc", 377 "video_receiver_unittest.cc",
377 "video_sender_unittest.cc", 378 "video_sender_unittest.cc",
378 ] 379 ]
379 if (rtc_libvpx_build_vp9) { 380 if (rtc_libvpx_build_vp9) {
380 sources += [ "codecs/vp9/vp9_screenshare_layers_unittest.cc" ] 381 sources += [ "codecs/vp9/vp9_screenshare_layers_unittest.cc" ]
381 } 382 }
382 if (rtc_use_h264) { 383 if (rtc_use_h264) {
383 sources += [ "codecs/h264/h264_encoder_impl_unittest.cc" ] 384 sources += [ "codecs/h264/h264_encoder_impl_unittest.cc" ]
(...skipping 30 matching lines...) Expand all
414 } 415 }
415 416
416 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. 417 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
417 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 418 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
418 if (!build_with_chromium && is_clang) { 419 if (!build_with_chromium && is_clang) {
419 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 420 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
420 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 421 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
421 } 422 }
422 } 423 }
423 } 424 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2_unittest.cc ('k') | webrtc/modules/video_coding/codecs/vp8/realtime_temporal_layers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698