Decouple //rtc_base:rtc_base_tests_utils from gunit.

This CL decouples //rtc_base:rtc_base_tests_utils from gunit by
moving gunit helpers (rtc_base/gunit.h) and rtc_base/testclient.h
(which depends on gunit helpers) to their own build target.

It also removes some unused dependencies in the WebRTC build graph.

Bug: None
Change-Id: Ia9820e84ff697da39b351eef73c45f6e4bdf2623
Reviewed-on: https://webrtc-review.googlesource.com/c/111861
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25769}
This commit is contained in:
Mirko Bonadei
2018-11-23 13:15:08 +01:00
committed by Commit Bot
parent 8af8896596
commit e3abb8134f
20 changed files with 70 additions and 41 deletions

View File

@ -6,8 +6,8 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
import("../../webrtc.gni")
import("//third_party/protobuf/proto_library.gni")
import("../../webrtc.gni")
if (rtc_enable_protobuf) {
proto_library("network_tester_config_proto") {
@ -81,7 +81,7 @@ if (rtc_enable_protobuf) {
deps = [
":network_tester",
"../../rtc_base:rtc_base_tests_utils",
"../../rtc_base:gunit_helpers",
"../../test:fileutils",
"../../test:test_support",
"//testing/gtest",