| Index: tools-webrtc/valgrind/webrtc_tests.sh
|
| diff --git a/tools-webrtc/valgrind/webrtc_tests.sh b/tools-webrtc/valgrind/webrtc_tests.sh
|
| index 6f8a24abccc8b0d0a7bd70cd98fb16c10bc5d057..d7708ffb292b2ffe3e8e3601c0fd96922fc2ba84 100755
|
| --- a/tools-webrtc/valgrind/webrtc_tests.sh
|
| +++ b/tools-webrtc/valgrind/webrtc_tests.sh
|
| @@ -58,7 +58,7 @@ then
|
| CHROME_VALGRIND=`sh $CHROME_VALGRIND_SCRIPTS/locate_valgrind.sh`
|
| if [ "$CHROME_VALGRIND" = "" ]
|
| then
|
| - CHROME_VALGRIND=../../chromium/src/third_party/valgrind/linux_x64
|
| + CHROME_VALGRIND=../../src/third_party/valgrind/linux_x64
|
| echo
|
| echo "-------------------- WARNING ------------------------"
|
| echo "locate_valgrind.sh failed."
|
| @@ -71,7 +71,7 @@ then
|
| echo "Notice: In the .gclient file, you need to add this for the 'src'"
|
| echo "solution since our directory structure is different from Chromium's:"
|
| echo "\"custom_deps\": {"
|
| - echo " \"src/chromium/src/third_party/valgrind\":"
|
| + echo " \"src/third_party/valgrind\":"
|
| echo " \"https://chromium.googlesource.com/chromium/deps/valgrind/binaries\","
|
| echo "},"
|
| echo "-----------------------------------------------------"
|
|
|