webrtc/modules
Kimmo Kinnunen 08f6a6c672 Import proto_library.gni when rtc_enable_protobuf is true
Import proto_library.gni when rtc_enable_protobuf is true instead of when
build_with_mozilla is false.

Makes it maybe easier to reason about the intention (e.g. intention is to not
compile any protobuf in, hence flag rtc_enable_protobuf)

The build file could not work if build_with_mozilla = true but
rtc_enable_protobuf = true.

Bug: webrtc:10338
Change-Id: I26e5983bd1519aa46c308b11796d518de5ef7597
Reviewed-on: https://webrtc-review.googlesource.com/c/123763
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26868}
2019-02-27 09:56:42 +00:00
..
audio_coding Import proto_library.gni when rtc_enable_protobuf is true 2019-02-27 09:56:42 +00:00
audio_device Fix -Wextra-semi warnings. 2019-02-25 09:22:51 +00:00
audio_mixer Receive-side ready for multiple channels. 2019-01-29 12:43:23 +00:00
audio_processing Import proto_library.gni when rtc_enable_protobuf is true 2019-02-27 09:56:42 +00:00
bitrate_controller Fix for RttBackoff when sending of packets with TWCC stops. 2019-02-08 10:47:03 +00:00
congestion_controller Respects min ALR probing interval. 2019-02-26 18:51:04 +00:00
desktop_capture webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
include Create LossNotificationController 2019-02-22 10:20:14 +00:00
pacing Log pacer values to verbose log 2019-02-26 15:22:18 +00:00
remote_bitrate_estimator Extend RemoteEstimatorProxy to support feedback on sender request. 2019-02-19 13:56:44 +00:00
rtp_rtcp Connect LossNotificationController to RtpRtcp 2019-02-25 16:08:35 +00:00
third_party Fix guards for headers in third party 2018-08-07 09:39:06 +00:00
utility Publish rtc::QueuedTask in api as webrtc::QueuedTask 2019-01-14 14:48:12 +00:00
video_capture webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
video_coding Remove unused |keyframe_interval| from codec tests. 2019-02-27 07:26:30 +00:00
video_processing Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
BUILD.gn 2nd reland of https://webrtc-review.googlesource.com/c/src/+/114883 2019-02-22 09:59:01 +00:00
module_common_types_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
OWNERS