Forward fix for BUILD file error
Fixes a problem with a downstream importer.
No-Try: True
Bug: none
Change-Id: Ia2525087755add1df8e96990655f1ec6ec4bd5b6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/207165
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33251}
diff --git a/pc/BUILD.gn b/pc/BUILD.gn
index f1a5bdb..15c173e 100644
--- a/pc/BUILD.gn
+++ b/pc/BUILD.gn
@@ -1169,12 +1169,12 @@
"../test:rtp_test_utils",
"../test/pc/sctp:fake_sctp_transport",
"./scenario_tests:pc_scenario_tests",
+ "//testing/gmock:gmock",
+ "//testing/gtest:gtest",
"//third_party/abseil-cpp/absl/algorithm:container",
"//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/types:optional",
- "//third_party/googletest:gmock",
- "//third_party/googletest:gtest",
]
if (is_android) {
deps += [ ":android_black_magic" ]