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

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

Issue 905703003: Instrumented libraries: drop liboverlay-scrollbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build deps Created 5 years, 10 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 | third_party/instrumented_libraries/instrumented_libraries.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/install-build-deps.sh
diff --git a/third_party/instrumented_libraries/install-build-deps.sh b/third_party/instrumented_libraries/install-build-deps.sh
index a7dfb5524a0ae5667ab5994698be0c2cd53b2536..a0b9256bd148200bf0ca9bdaff570b7aed7a9f7b 100755
--- a/third_party/instrumented_libraries/install-build-deps.sh
+++ b/third_party/instrumented_libraries/install-build-deps.sh
@@ -59,7 +59,6 @@ libxrender1 \
libxss1 \
libxtst6 \
nss \
-overlay-scrollbar \
pango1.0 \
pulseaudio \
udev \
@@ -69,7 +68,8 @@ brltty"
precise_specific_packages="libtasn1-3"
trusty_specific_packages="\
libtasn1-6 \
-harfbuzz"
+harfbuzz
+libsecret"
Alexander Potapenko 2015/02/10 08:58:15 This line seems unrelated to the change.
earthdok 2015/02/10 11:53:38 It is.
ubuntu_release=$(lsb_release -cs)
« no previous file with comments | « no previous file | third_party/instrumented_libraries/instrumented_libraries.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698