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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2250893003: GN: Add "//build/config/sanitizers:deps" to executable targets (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Revert mb_config.pyl modification. 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/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 5cd27540802ef6c281f27d6470a44b313cfb854a..0fe92314eff00fd5bc6ee4e2dcee5d36764b9c58 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -63,6 +63,7 @@ executable("frame_analyzer") {
deps = [
":command_line_parser",
":video_quality_analysis",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -78,6 +79,7 @@ executable("psnr_ssim_analyzer") {
deps = [
":command_line_parser",
":video_quality_analysis",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -95,6 +97,7 @@ executable("rgba_to_i420_converter") {
deps = [
":command_line_parser",
"../common_video",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -133,6 +136,7 @@ executable("frame_editor") {
deps = [
":command_line_parser",
":frame_editing_lib",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -154,6 +158,7 @@ executable("force_mic_volume_max") {
deps = [
"../system_wrappers:system_wrappers_default",
"../voice_engine",
+ "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
}
@@ -201,6 +206,7 @@ if (rtc_include_tests) {
"../modules/rtp_rtcp:rtp_rtcp",
"../system_wrappers:system_wrappers_default",
"../test:field_trial",
+ "//build/config/sanitizers:deps",
"//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