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

Unified Diff: third_party/instrumented_libraries/scripts/install-build-deps.sh

Issue 1018043007: Instrumented libraries: fix install-build-deps.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/scripts/install-build-deps.sh
diff --git a/third_party/instrumented_libraries/scripts/install-build-deps.sh b/third_party/instrumented_libraries/scripts/install-build-deps.sh
index d6cce4ac53291edd5073c15432bd1a585041b945..7b8c3cbddddf8b040f23fd9685696c7b950486fe 100755
--- a/third_party/instrumented_libraries/scripts/install-build-deps.sh
+++ b/third_party/instrumented_libraries/scripts/install-build-deps.sh
@@ -94,5 +94,5 @@ if test "$ubuntu_release" = "trusty" ; then
# libglib2.0-0 removes libelf in favor of libelfg0.
# We let Chromium's build deps take priority. So, run Chromium's
# install-build-deps.sh to reinstall those that have been removed.
- $(dirname ${BASH_SOURCE[0]})/../../build/install-build-deps.sh --no-prompt
+ $(dirname ${BASH_SOURCE[0]})/../../../build/install-build-deps.sh --no-prompt
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698