Index: webrtc/tools/BUILD.gn |
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn |
index abf0ca0482750ce793603b0f7e4254699b69893a..096de698fad2b6e037d7337906210fdff9162c14 100644 |
--- a/webrtc/tools/BUILD.gn |
+++ b/webrtc/tools/BUILD.gn |
@@ -194,8 +194,11 @@ if (rtc_include_tests) { |
defines = [ "ENABLE_RTC_EVENT_LOG" ] |
deps = [ |
"../:rtc_event_log_parser", |
+ "../modules/congestion_controller:congestion_controller", |
"../modules/rtp_rtcp:rtp_rtcp", |
"../system_wrappers:system_wrappers_default", |
+ |
+ #"../test:field_trial", |
phoglund
2016/07/28 10:21:41
Nit: remove
stefan-webrtc
2016/07/28 13:47:23
Needed, thanks though.
|
"//third_party/gflags", |
] |
} |