Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5418)

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/unbundle/replace_gyp_files.py ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitizers/tsan_suppressions.cc
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index 5f6a488e46ce779c4cadc688cde3107b840bee28..5092ddd45ca41395c24f88cf946fbc00aac71de6 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"
« no previous file with comments | « build/linux/unbundle/replace_gyp_files.py ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698