diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 09:24:06 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-23 09:24:06 +0000 |
commit | de0ff503a068a4ae6dc41974dbf5a4b7a01c9a98 (patch) | |
tree | 5d5c94409704c02300d3ca1200bfce0f88b70a67 /chrome/installer | |
parent | 726c1c9a2ba380a63d0ca404933daf8c8cff0c65 (diff) | |
download | chromium_src-de0ff503a068a4ae6dc41974dbf5a4b7a01c9a98.zip chromium_src-de0ff503a068a4ae6dc41974dbf5a4b7a01c9a98.tar.gz chromium_src-de0ff503a068a4ae6dc41974dbf5a4b7a01c9a98.tar.bz2 |
Updated expected_deps_{i386,x86_64} to match actual deps.
Some dependencies disappeared in the revision range 246497-246529. I
currently don't know what the cause is, my best guess is a Blink roll.
Less dependencies seems better though, so committing this for now to
get the tree back green.
BUG=None
NOTRY=true
NOTREECHECKS=true
TBR=phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/145553002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-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, 0 insertions, 3 deletions
diff --git a/chrome/installer/linux/rpm/expected_deps_i386 b/chrome/installer/linux/rpm/expected_deps_i386 index 52fd504..09dee3e 100644 --- a/chrome/installer/linux/rpm/expected_deps_i386 +++ b/chrome/installer/linux/rpm/expected_deps_i386 @@ -1,5 +1,4 @@ ld-linux.so.2 -ld-linux.so.2(GLIBC_2.1) ld-linux.so.2(GLIBC_2.3) libasound.so.2 libcairo.so.2 @@ -52,7 +51,6 @@ 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 1435e39..d88f5f2 100644 --- a/chrome/installer/linux/rpm/expected_deps_x86_64 +++ b/chrome/installer/linux/rpm/expected_deps_x86_64 @@ -1,5 +1,4 @@ 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) |