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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2278723004: Add missing "//build/config/sanitizers:deps" to executable targets. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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 | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 35e4fb36947d5ede0c4267f541e2788e9cc019e7..fae82f622f127386aadc239bed29fede50bc4757 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -264,6 +264,7 @@ if (rtc_include_tests) {
"../test:channel_transport",
"../test:test_support",
"../voice_engine",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
"//testing/gtest",
"//third_party/gflags",
@@ -288,6 +289,7 @@ if (rtc_include_tests) {
deps = [
"../modules/audio_processing",
"../system_wrappers:metrics_default",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
"//testing/gtest",
"//third_party/gflags",
@@ -313,6 +315,7 @@ if (rtc_include_tests) {
"../system_wrappers:system_wrappers_default",
"../test:channel_transport",
"../voice_engine",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
"//testing/gtest",
"//third_party/gflags",
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698