Replace absolute path with relative path for GN files.

Bug: webrtc:7952
Change-Id: I45d889bd976f58386f803d0dc27147ea00a52e56
Reviewed-on: https://chromium-review.googlesource.com/612786
Commit-Queue: Henrik Kjellander <kjellander@webrtc.org>
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19357}
This commit is contained in:
Jianjun Zhu
2017-08-15 21:48:37 +08:00
committed by Commit Bot
parent ac31526bb5
commit 037f3e42f2
10 changed files with 37 additions and 37 deletions

View File

@ -672,13 +672,13 @@ if (rtc_include_tests) {
rtc_source_set("audio_processing_perf_tests") {
# Has problems with autogenerated targets on Android and iOS
# Dependency chain (there may also be others):
# //webrtc/modules/audio_processing:audio_processing_perf_tests -->
# //webrtc/modules:modules_unittests --[private]-->
# //webrtc/modules:modules_unittests_apk -->
# //webrtc/modules:modules_unittests_apk__create -->
# //webrtc/modules:modules_unittests_apk__create__finalize -->
# //webrtc/modules:modules_unittests_apk__create__package --[private]-->
# //webrtc/modules:_modules_unittests__library
# :audio_processing_perf_tests -->
# ..:modules_unittests --[private]-->
# ..:modules_unittests_apk -->
# ..:modules_unittests_apk__create -->
# ..:modules_unittests_apk__create__finalize -->
# ..:modules_unittests_apk__create__package --[private]-->
# ..:_modules_unittests__library
check_includes = false
testonly = true