| Index: webrtc/logging/BUILD.gn
|
| diff --git a/webrtc/logging/BUILD.gn b/webrtc/logging/BUILD.gn
|
| index 54daa20929226e95f7783ba30dd3dd9fead17823..a50d8e47dc687b8ceabb28ab8c9fbfec7e800f9a 100644
|
| --- a/webrtc/logging/BUILD.gn
|
| +++ b/webrtc/logging/BUILD.gn
|
| @@ -13,6 +13,15 @@ if (is_android) {
|
| import("//build/config/android/rules.gni")
|
| }
|
|
|
| +group("logging") {
|
| + public_deps = [
|
| + ":rtc_event_log_impl",
|
| + ]
|
| + if (rtc_enable_protobuf) {
|
| + public_deps += [ ":rtc_event_log_parser" ]
|
| + }
|
| +}
|
| +
|
| rtc_source_set("rtc_event_log_api") {
|
| sources = [
|
| "rtc_event_log/rtc_event_log.h",
|
|
|