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

Unified Diff: third_party/instrumented_libraries/fix_rpaths.sh

Issue 60733027: Rewrited build script for instrumented libraries from bash to python (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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
Index: third_party/instrumented_libraries/fix_rpaths.sh
===================================================================
--- third_party/instrumented_libraries/fix_rpaths.sh (revision 235305)
+++ third_party/instrumented_libraries/fix_rpaths.sh (working copy)
@@ -4,7 +4,7 @@
# found in the LICENSE file.
# Changes all RPATHs in a given directory from XORIGIN to $ORIGIN
-# See the comment about XORIGIN in download_build_install.sh
+# See the comment about XORIGIN in download_build_install.py
# Fixes rpath from XORIGIN to $ORIGIN in a single file $1.
function fix_rpath {

Powered by Google App Engine
This is Rietveld 408576698