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

Unified Diff: build_overrides/build.gni

Issue 2864213004: Rename tools-webrtc -> tools_webrtc (Closed)
Patch Set: REmove symlink Created 3 years, 7 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 | « PRESUBMIT.py ('k') | tools-webrtc/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index af4924d4caa8a68afb8370e91b58c101eab235d1..9a677635e3c4e6aaccd717f50419fcefac08586c 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -22,17 +22,17 @@ build_with_chromium = false
# Use our own suppressions files.
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
-lsan_suppressions_file = "//tools-webrtc/sanitizers/lsan_suppressions_webrtc.cc"
-tsan_suppressions_file = "//tools-webrtc/sanitizers/tsan_suppressions_webrtc.cc"
+lsan_suppressions_file = "//tools_webrtc/sanitizers/lsan_suppressions_webrtc.cc"
+tsan_suppressions_file = "//tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc"
msan_blacklist_path =
- rebase_path("//tools-webrtc/msan/blacklist.txt", root_build_dir)
+ rebase_path("//tools_webrtc/msan/blacklist.txt", root_build_dir)
ubsan_blacklist_path =
- rebase_path("//tools-webrtc/ubsan/blacklist.txt", root_build_dir)
+ 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)
+ rebase_path("//tools_webrtc/ubsan/vptr_blacklist.txt", root_build_dir)
# Android lint suppressions file
-lint_suppressions_file = "//tools-webrtc/android/suppressions.xml"
+lint_suppressions_file = "//tools_webrtc/android/suppressions.xml"
# For Chromium, Android 32-bit non-component, non-clang builds hit a 4GiB size
# limit, making them requiring symbol_level=2. WebRTC doesn't hit that problem
« no previous file with comments | « PRESUBMIT.py ('k') | tools-webrtc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698