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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2308553002: GN Templates: Add //build/config/sanitizers:deps to rtc_executable. (Closed)
Patch Set: Created 4 years, 3 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/rtp_rtcp/BUILD.gn ('k') | webrtc/voice_engine/BUILD.gn » ('j') | 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 2e5df7559f099d2c959d0d9255760787b8fd2ca1..8724aca15bd2273d846fde297ba28fca7970d7d8 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -63,7 +63,6 @@ rtc_executable("frame_analyzer") {
deps = [
":command_line_parser",
":video_quality_analysis",
- "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -79,7 +78,6 @@ rtc_executable("psnr_ssim_analyzer") {
deps = [
":command_line_parser",
":video_quality_analysis",
- "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -97,7 +95,6 @@ rtc_executable("rgba_to_i420_converter") {
deps = [
":command_line_parser",
"../common_video",
- "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -136,7 +133,6 @@ rtc_executable("frame_editor") {
deps = [
":command_line_parser",
":frame_editing_lib",
- "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -158,7 +154,6 @@ rtc_executable("force_mic_volume_max") {
deps = [
"../system_wrappers:system_wrappers_default",
"../voice_engine",
- "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -226,7 +221,6 @@ if (rtc_include_tests) {
defines = [ "ENABLE_RTC_EVENT_LOG" ]
deps = [
":event_log_visualizer_utils",
- "//build/config/sanitizers:deps",
"//third_party/gflags",
]
}
@@ -250,7 +244,6 @@ 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",
@@ -276,7 +269,6 @@ 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/rtp_rtcp/BUILD.gn ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698