aboutsummaryrefslogtreecommitdiff
path: root/common_audio
diff options
context:
space:
mode:
authorPatrik Höglund <phoglund@webrtc.org>2018-03-15 15:05:39 +0100
committerCommit Bot <commit-bot@chromium.org>2018-03-16 09:06:27 +0000
commit7696bef463ea86c600f7c3c976a2894455a79ad4 (patch)
tree0c23f5543d0a5db9b6d667a2579d84cc5b03a5b9 /common_audio
parent4de9eb22abd780676d6ce205897c21f2c8c304e6 (diff)
downloadwebrtc-7696bef463ea86c600f7c3c976a2894455a79ad4.tar.gz
Remove the public_deps to fileutils from test_support.
Bug: webrtc:8946 Change-Id: Ia01d8bb1b42485e29f26792b9266228743d7fd90 No-Presubmit: true Reviewed-on: https://webrtc-review.googlesource.com/62100 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22465}
Diffstat (limited to 'common_audio')
-rw-r--r--common_audio/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn
index 736125ba12..13b1e5588e 100644
--- a/common_audio/BUILD.gn
+++ b/common_audio/BUILD.gn
@@ -456,6 +456,7 @@ if (rtc_include_tests) {
"../rtc_base:rtc_base_approved",
"../rtc_base:rtc_base_tests_utils",
"../system_wrappers:cpu_features_api",
+ "../test:fileutils",
"../test:test_main",
"//testing/gtest",
]