Fix path to perf Python scripts in test.gyp

The path in test.gyp in r3411 was incorrect since it was based on the symlink that does not exist on Windows.
This CL changes it to reference the actual path in /tools/perf

TBR=phoglund
BUG=none
TEST=win try bot.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3413 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org
2013-01-25 12:18:15 +00:00
parent 43da54a458
commit d3ecb615ba

View File

@ -110,8 +110,8 @@
{
'destination': '<(PRODUCT_DIR)/perf',
'files': [
'<(DEPTH)/tools/e2e_quality/audio/perf/__init__.py',
'<(DEPTH)/tools/e2e_quality/audio/perf/perf_utils.py',
'<(DEPTH)/tools/perf/__init__.py',
'<(DEPTH)/tools/perf/perf_utils.py',
],
},
],