Index: webrtc/base/BUILD.gn |
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn |
index c7a099e5e0085db7fe1a47f6abb98d960f6de59a..6280903b58fa370bfc81501eeeea24fe734c0971 100644 |
--- a/webrtc/base/BUILD.gn |
+++ b/webrtc/base/BUILD.gn |
@@ -79,6 +79,17 @@ if (!rtc_build_ssl) { |
} |
} |
+source_set("protobuf_utils") { |
+ sources = [ |
+ "protobuf_utils.h", |
+ ] |
+ if (rtc_enable_protobuf) { |
+ 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 = [] |