Use <(webrtc_root) to point to webrtc files in tools.gyp.

TBR=brykt@google.com

Review URL: https://webrtc-codereview.appspot.com/939034

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3206 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org
2012-11-30 02:28:27 +00:00
parent d814d71d92
commit dddc02b9dc

View File

@ -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',