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

Unified Diff: third_party/instrumented_libraries/zlib1g.sh

Issue 315563003: Instrumented libraries: fix & re-enable zlib1g build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « third_party/instrumented_libraries/zlib1g.diff ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/zlib1g.sh
diff --git a/third_party/instrumented_libraries/nss.sh b/third_party/instrumented_libraries/zlib1g.sh
similarity index 79%
copy from third_party/instrumented_libraries/nss.sh
copy to third_party/instrumented_libraries/zlib1g.sh
index 7522f68aab63e47c41b123ab36d2a40d22201608..653554ee57905d4b29a673a2cfe7c5968532af69 100755
--- a/third_party/instrumented_libraries/nss.sh
+++ b/third_party/instrumented_libraries/zlib1g.sh
@@ -3,6 +3,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# This script does some preparations before build of instrumented nss.
+# This script does some preparations before build of instrumented zlib1g.
-patch -p1 < $(dirname ${BASH_SOURCE[0]})/nss.diff
+patch -p1 < $(dirname ${BASH_SOURCE[0]})/zlib1g.diff
« no previous file with comments | « third_party/instrumented_libraries/zlib1g.diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698