Fix paths that were trying to go above the root by using too many "../.."

This doesn't cause problems because seems like GN just ignores these attempts and confines everything to the root.

Bug: None
Change-Id: Ief50b6e10f3950b319d0bde547f91dcc7f237cda
Reviewed-on: https://webrtc-review.googlesource.com/90041
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24063}
This commit is contained in:
Oleh Prypin
2018-07-23 10:04:12 +02:00
committed by Commit Bot
parent 08410e7162
commit da04e06e04
3 changed files with 5 additions and 5 deletions

View File

@ -439,7 +439,7 @@ if (rtc_include_tests) {
]
deps = [
":rtc_event_log_api",
"../../test:test_support",
"../test:test_support",
]
}
}