Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1873)

Unified Diff: tools-webrtc/valgrind/webrtc_tests.sh

Issue 2594363002: Update Valgrind location after we stopped checking out Chromium. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/valgrind/valgrind-binaries.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "-----------------------------------------------------"
« no previous file with comments | « tools-webrtc/valgrind/valgrind-binaries.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698