diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 01:26:21 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 01:26:21 +0000 |
commit | 0e1ffa918151d08768b4543923a2dd239a2a65bc (patch) | |
tree | 34b4eb8e03ea1aa44d2de17ecca0d3cc1cb50575 | |
parent | f2a332c9c578485acbb50a27e39cef55e2d51d60 (diff) | |
download | chromium_src-0e1ffa918151d08768b4543923a2dd239a2a65bc.zip chromium_src-0e1ffa918151d08768b4543923a2dd239a2a65bc.tar.gz chromium_src-0e1ffa918151d08768b4543923a2dd239a2a65bc.tar.bz2 |
Updated expected_deps_{i386,x86_64} to match actual deps.
Dependencies added in the range 247500-247514. I suspect 247509, a
blink roll.
BUG=None
NOTRY=true
NOTREECHECKS=true
TBR=phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/148583013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247567 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/installer/linux/rpm/expected_deps_i386 | 2 | ||||
-rw-r--r-- | chrome/installer/linux/rpm/expected_deps_x86_64 | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/linux/rpm/expected_deps_i386 b/chrome/installer/linux/rpm/expected_deps_i386 index 09dee3e..52fd504 100644 --- a/chrome/installer/linux/rpm/expected_deps_i386 +++ b/chrome/installer/linux/rpm/expected_deps_i386 @@ -1,4 +1,5 @@ ld-linux.so.2 +ld-linux.so.2(GLIBC_2.1) ld-linux.so.2(GLIBC_2.3) libasound.so.2 libcairo.so.2 @@ -51,6 +52,7 @@ libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.2) +libpthread.so.0(GLIBC_2.2.3) libpthread.so.0(GLIBC_2.3.2) libpthread.so.0(GLIBC_2.3.3) librt.so.1 diff --git a/chrome/installer/linux/rpm/expected_deps_x86_64 b/chrome/installer/linux/rpm/expected_deps_x86_64 index d88f5f2..1435e39 100644 --- a/chrome/installer/linux/rpm/expected_deps_x86_64 +++ b/chrome/installer/linux/rpm/expected_deps_x86_64 @@ -1,4 +1,5 @@ ld-linux-x86-64.so.2()(64bit) +ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libasound.so.2()(64bit) libcairo.so.2()(64bit) |