summaryrefslogtreecommitdiffstats
path: root/build/sanitizers
diff options
context:
space:
mode:
authorjohannkoenig <johannkoenig@google.com>2016-03-02 05:54:31 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-02 13:55:33 +0000
commit8cdf034791388299f18fba186f2941313320b706 (patch)
tree48c9929b48abb9d2a691b14c3e401b5c504b9e30 /build/sanitizers
parentd8f28037ba276d37296c153ee78346af5e190f4e (diff)
downloadchromium_src-8cdf034791388299f18fba186f2941313320b706.zip
chromium_src-8cdf034791388299f18fba186f2941313320b706.tar.gz
chromium_src-8cdf034791388299f18fba186f2941313320b706.tar.bz2
Move libvpx_new to libvpx
The move to libvpx_new happened before M47 (landed in 2524, M47 branch was 2526): crbug.com/481034 https://codereview.chromium.org/1323333002 Clients which try to transition directly between the tree after this change and before the previous move will end up in a very broken state. Now it is 6 months later and M48 is stable so is unlikely that a client would check out the old code at all, much less try to transition directly between the two versions. Leave a compatibility layer for targets which need to be updated out of band (webrtc, libyuv) Review URL: https://codereview.chromium.org/1734613003 Cr-Commit-Position: refs/heads/master@{#378739}
Diffstat (limited to 'build/sanitizers')
-rw-r--r--build/sanitizers/tsan_suppressions.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index e2ed9ba..9496816 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -47,7 +47,7 @@ char kTSanDefaultSuppressions[] =
"race:base/threading/watchdog.cc\n"
// http://crbug.com/157586
-"race:third_party/libvpx_new/source/libvpx/vp8/decoder/threading.c\n"
+"race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c\n"
// http://crbug.com/158718
"race:third_party/ffmpeg/libavcodec/pthread.c\n"
@@ -59,8 +59,8 @@ char kTSanDefaultSuppressions[] =
"race:media::ReleaseData\n"
// http://crbug.com/158922
-"race:third_party/libvpx_new/source/libvpx/vp8/encoder/*\n"
-"race:third_party/libvpx_new/source/libvpx/vp9/encoder/*\n"
+"race:third_party/libvpx/source/libvpx/vp8/encoder/*\n"
+"race:third_party/libvpx/source/libvpx/vp9/encoder/*\n"
// http://crbug.com/189177
"race:thread_manager\n"