diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp index 8c2d100327..fd5f46d536 100644 --- a/webrtc/tools/tools.gyp +++ b/webrtc/tools/tools.gyp @@ -88,7 +88,7 @@ 'target_name': 'frame_cutter_lib', 'type': '<(library)', 'dependencies': [ - '<(DEPTH)/webrtc/common_video/common_video.gyp:common_video', + '<(webrtc_root)/common_video/common_video.gyp:common_video', ], 'sources': [ 'frame_cutter/frame_cutter_lib.cc',