| Index: webrtc/rtc_tools/BUILD.gn
|
| diff --git a/webrtc/rtc_tools/BUILD.gn b/webrtc/rtc_tools/BUILD.gn
|
| index e224380cc793133830e34ef3984e1fc09892b09a..fac42f389b48c89d6976572a0477878e75bcb8c1 100644
|
| --- a/webrtc/rtc_tools/BUILD.gn
|
| +++ b/webrtc/rtc_tools/BUILD.gn
|
| @@ -275,9 +275,9 @@ if (rtc_include_tests) {
|
| }
|
|
|
| tools_unittests_resources = [
|
| - "//resources/foreman_cif.yuv",
|
| - "//resources/reference_less_video_test_file.y4m",
|
| - "//resources/video_quality_analysis_frame.txt",
|
| + "../../resources/foreman_cif.yuv",
|
| + "../../resources/reference_less_video_test_file.y4m",
|
| + "../../resources/video_quality_analysis_frame.txt",
|
| ]
|
|
|
| if (is_ios) {
|
|
|