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

Unified Diff: third_party/instrumented_libraries/libasound2.sh

Issue 149433004: Add libpulseaudio and libasound to instrumented libraries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 6 years, 11 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
Index: third_party/instrumented_libraries/libasound2.sh
diff --git a/third_party/instrumented_libraries/libnspr4.sh b/third_party/instrumented_libraries/libasound2.sh
similarity index 78%
copy from third_party/instrumented_libraries/libnspr4.sh
copy to third_party/instrumented_libraries/libasound2.sh
index bd52eabdbc417412298e1d8cc4fd8046931ad4e5..0d1e60902759684933f9d783be2a82f270ea9273 100755
--- a/third_party/instrumented_libraries/libnspr4.sh
+++ b/third_party/instrumented_libraries/libasound2.sh
@@ -3,6 +3,9 @@
# 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 libnspr4.
+# This script does some preparations before build of instrumented libasound2.
-mv mozilla/nsprpub/* .
+libtoolize --force --copy
+aclocal
+autoconf
+automake
« no previous file with comments | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | third_party/instrumented_libraries/pulseaudio.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698