mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Remove //test:field_trials from RTCEventLogs viewer.
This dependency is not needed. Bug: b/237526033 Change-Id: Ief983a7cd08e919b0b120809f1aa1ec5bde8a8d4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267168 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37379}
This commit is contained in:
parent
fb60796b64
commit
978cb6762f
2 changed files with 0 additions and 3 deletions
|
@ -484,9 +484,7 @@ if (rtc_include_tests) {
|
||||||
"../rtc_base:logging",
|
"../rtc_base:logging",
|
||||||
"../rtc_base:protobuf_utils",
|
"../rtc_base:protobuf_utils",
|
||||||
"../system_wrappers:field_trial",
|
"../system_wrappers:field_trial",
|
||||||
"../test:field_trial",
|
|
||||||
"../test:fileutils",
|
"../test:fileutils",
|
||||||
"../test:test_support",
|
|
||||||
"//third_party/abseil-cpp/absl/algorithm:container",
|
"//third_party/abseil-cpp/absl/algorithm:container",
|
||||||
"//third_party/abseil-cpp/absl/flags:config",
|
"//third_party/abseil-cpp/absl/flags:config",
|
||||||
"//third_party/abseil-cpp/absl/flags:flag",
|
"//third_party/abseil-cpp/absl/flags:flag",
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include "rtc_tools/rtc_event_log_visualizer/analyzer.h"
|
#include "rtc_tools/rtc_event_log_visualizer/analyzer.h"
|
||||||
#include "rtc_tools/rtc_event_log_visualizer/plot_base.h"
|
#include "rtc_tools/rtc_event_log_visualizer/plot_base.h"
|
||||||
#include "system_wrappers/include/field_trial.h"
|
#include "system_wrappers/include/field_trial.h"
|
||||||
#include "test/field_trial.h"
|
|
||||||
#include "test/testsupport/file_utils.h"
|
#include "test/testsupport/file_utils.h"
|
||||||
|
|
||||||
ABSL_FLAG(std::string,
|
ABSL_FLAG(std::string,
|
||||||
|
|
Loading…
Reference in a new issue