| Index: webrtc/base/BUILD.gn
|
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
|
| index bf6d989027a0ba4757fad120b3523246668a66cb..341838506bb0e504c03e7c3925001055682ce43c 100644
|
| --- a/webrtc/base/BUILD.gn
|
| +++ b/webrtc/base/BUILD.gn
|
| @@ -79,6 +79,17 @@ if (!rtc_build_ssl) {
|
| }
|
| }
|
|
|
| +if (rtc_enable_protobuf) {
|
| + source_set("protobuf_utils") {
|
| + sources = [
|
| + "protobuf_utils.h",
|
| + ]
|
| + public_deps = [
|
| + "//third_party/protobuf:protobuf_lite",
|
| + ]
|
| + }
|
| +}
|
| +
|
| # The subset of rtc_base approved for use outside of libjingle.
|
| rtc_static_library("rtc_base_approved") {
|
| defines = []
|
|
|