Move tools/{msan,ubsan} -> tools-webrtc/

After landing https://codereview.chromium.org/2580313002/ in
Chromium and rolled it in, this is now possible.

BUG=webrtc:5006
TBR=charujain@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2589093002 .
Cr-Commit-Position: refs/heads/master@{#15695}
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index fbf95c9..3dce159 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -24,6 +24,12 @@
 asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
 lsan_suppressions_file = "//webrtc/build/sanitizers/lsan_suppressions_webrtc.cc"
 tsan_suppressions_file = "//webrtc/build/sanitizers/tsan_suppressions_webrtc.cc"
+msan_blacklist_path =
+    rebase_path("//tools-webrtc/msan/blacklist.txt", root_build_dir)
+ubsan_blacklist_path =
+    rebase_path("//tools-webrtc/ubsan/blacklist.txt", root_build_dir)
+ubsan_vptr_blacklist_path =
+    rebase_path("//tools-webrtc/ubsan/vptr_blacklist.txt", root_build_dir)
 
 # Android lint suppressions file
 lint_suppressions_file = "//webrtc/build/android/suppressions.xml"
diff --git a/tools/msan/OWNERS b/tools-webrtc/msan/OWNERS
similarity index 100%
rename from tools/msan/OWNERS
rename to tools-webrtc/msan/OWNERS
diff --git a/tools/msan/blacklist.txt b/tools-webrtc/msan/blacklist.txt
similarity index 100%
rename from tools/msan/blacklist.txt
rename to tools-webrtc/msan/blacklist.txt
diff --git a/tools/ubsan/OWNERS b/tools-webrtc/ubsan/OWNERS
similarity index 100%
rename from tools/ubsan/OWNERS
rename to tools-webrtc/ubsan/OWNERS
diff --git a/tools/ubsan/blacklist.txt b/tools-webrtc/ubsan/blacklist.txt
similarity index 100%
rename from tools/ubsan/blacklist.txt
rename to tools-webrtc/ubsan/blacklist.txt
diff --git a/tools/ubsan/vptr_blacklist.txt b/tools-webrtc/ubsan/vptr_blacklist.txt
similarity index 100%
rename from tools/ubsan/vptr_blacklist.txt
rename to tools-webrtc/ubsan/vptr_blacklist.txt