diff options
author | hans <hans@chromium.org> | 2014-12-09 09:22:47 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-09 17:23:15 +0000 |
commit | dcc1f6bc8b1b5ab295cd0888db37b0e7c0749eb0 (patch) | |
tree | d5342cd7d5856c8d2b006220f6e3fa1c4fab538a /chrome/installer/linux | |
parent | 15a595d9f7d764ddd0f77d8279c8e9f7daa9c83b (diff) | |
download | chromium_src-dcc1f6bc8b1b5ab295cd0888db37b0e7c0749eb0.zip chromium_src-dcc1f6bc8b1b5ab295cd0888db37b0e7c0749eb0.tar.gz chromium_src-dcc1f6bc8b1b5ab295cd0888db37b0e7c0749eb0.tar.bz2 |
Roll Clang 218707:223109 (+r223211, +r223219, -r220714)
Perf sheriffs: we're expecting a ~350 KiB size regression
for this. Expectations need to be updated.
BUG=431803
TBR=brettw
NOTRY=true
Review URL: https://codereview.chromium.org/781763003
Cr-Commit-Position: refs/heads/master@{#307492}
Diffstat (limited to 'chrome/installer/linux')
-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, 2 insertions, 0 deletions
diff --git a/chrome/installer/linux/rpm/expected_deps_i386 b/chrome/installer/linux/rpm/expected_deps_i386 index 1386b84..5ba3362 100644 --- a/chrome/installer/linux/rpm/expected_deps_i386 +++ b/chrome/installer/linux/rpm/expected_deps_i386 @@ -26,6 +26,7 @@ libfontconfig.so.1 libfreetype.so.6 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) +libgcc_s.so.1(GCC_4.0.0) libgcc_s.so.1(GLIBC_2.0) libgconf-2.so.4 libgdk_pixbuf-2.0.so.0 diff --git a/chrome/installer/linux/rpm/expected_deps_x86_64 b/chrome/installer/linux/rpm/expected_deps_x86_64 index 765596a..fe7ff87 100644 --- a/chrome/installer/linux/rpm/expected_deps_x86_64 +++ b/chrome/installer/linux/rpm/expected_deps_x86_64 @@ -19,6 +19,7 @@ libdl.so.2(GLIBC_2.2.5)(64bit) libexpat.so.1()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) +libgcc_s.so.1(GCC_4.0.0)(64bit) libgconf-2.so.4()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgdk-x11-2.0.so.0()(64bit) |