| Index: webrtc/common_video/BUILD.gn
 | 
| diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
 | 
| index 68b49343171982f79c802f5eaa49f6efc3121351..8f0afabdc330e992f9224a969aafa2102b69c7b2 100644
 | 
| --- a/webrtc/common_video/BUILD.gn
 | 
| +++ b/webrtc/common_video/BUILD.gn
 | 
| @@ -77,7 +77,7 @@ rtc_static_library("common_video") {
 | 
|  }
 | 
|  
 | 
|  if (rtc_include_tests) {
 | 
| -  common_video_resources = [ "//resources/foreman_cif.yuv" ]
 | 
| +  common_video_resources = [ "../../resources/foreman_cif.yuv" ]
 | 
|  
 | 
|    if (is_ios) {
 | 
|      bundle_data("common_video_unittests_bundle_data") {
 | 
| 
 |