diff options
author | tommi <tommi@chromium.org> | 2015-01-30 08:02:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-30 16:03:30 +0000 |
commit | 3b7d5ebd4ac6129046e571cb23fda4f0af46d258 (patch) | |
tree | 28cfd30b4759062bd34b3f711f241d2a38933469 /chrome/installer | |
parent | bef13b48fc8ec092a6f82ff521fcc6bb5e28822e (diff) | |
download | chromium_src-3b7d5ebd4ac6129046e571cb23fda4f0af46d258.zip chromium_src-3b7d5ebd4ac6129046e571cb23fda4f0af46d258.tar.gz chromium_src-3b7d5ebd4ac6129046e571cb23fda4f0af46d258.tar.bz2 |
Remove dependency on libc.so.6(GLIBC_2.3.4)(64bit).
After the most recent WebRTC roll, removal of dead code reduced the list by one. The dead code referred to sched_getaffinity which pulled this in.
R=perkj@chromium.org
TBR=mmoss@chromium.org
Review URL: https://codereview.chromium.org/881783004
Cr-Commit-Position: refs/heads/master@{#313920}
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/linux/rpm/expected_deps_i386 | 1 | ||||
-rw-r--r-- | chrome/installer/linux/rpm/expected_deps_x86_64 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/installer/linux/rpm/expected_deps_i386 b/chrome/installer/linux/rpm/expected_deps_i386 index 5ba3362..7ebb9da 100644 --- a/chrome/installer/linux/rpm/expected_deps_i386 +++ b/chrome/installer/linux/rpm/expected_deps_i386 @@ -12,7 +12,6 @@ libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.2.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) -libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.6) libc.so.6(GLIBC_2.7) diff --git a/chrome/installer/linux/rpm/expected_deps_x86_64 b/chrome/installer/linux/rpm/expected_deps_x86_64 index f838cb2..60b6082 100644 --- a/chrome/installer/linux/rpm/expected_deps_x86_64 +++ b/chrome/installer/linux/rpm/expected_deps_x86_64 @@ -7,7 +7,6 @@ libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) -libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) |