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

Unified Diff: webrtc/examples/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/BUILD.gn ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index 801ae0962f490b7e4142057b31dfeee7edac5c5a..e1fce2c521802bea1c5a5740669f48b4a5b0f96e 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -430,6 +430,7 @@ if (is_linux || is_win) {
public_configs = [ ":gtk2_config" ]
}
deps = [
+ "//build/config/sanitizers:deps",
"//webrtc/api:libjingle_peerconnection",
"//webrtc/system_wrappers:field_trial_default",
"//webrtc/system_wrappers:metrics_default",
@@ -449,6 +450,7 @@ if (is_linux || is_win) {
"peerconnection/server/utils.h",
]
deps = [
+ "//build/config/sanitizers:deps",
"//webrtc:webrtc_common",
"//webrtc/base:rtc_base_approved",
"//webrtc/tools:command_line_parser",
@@ -464,6 +466,7 @@ if (is_linux || is_win) {
"relayserver/relayserver_main.cc",
]
deps = [
+ "//build/config/sanitizers:deps",
"//webrtc/base:rtc_base_approved",
"//webrtc/pc:rtc_pc",
"//webrtc/system_wrappers:field_trial_default",
@@ -480,6 +483,7 @@ if (is_linux || is_win) {
"turnserver/turnserver_main.cc",
]
deps = [
+ "//build/config/sanitizers:deps",
"//webrtc/base:rtc_base_approved",
"//webrtc/pc:rtc_pc",
"//webrtc/system_wrappers:field_trial_default",
@@ -496,6 +500,7 @@ if (is_linux || is_win) {
"stunserver/stunserver_main.cc",
]
deps = [
+ "//build/config/sanitizers:deps",
"//webrtc/base:rtc_base_approved",
"//webrtc/pc:rtc_pc",
"//webrtc/system_wrappers:field_trial_default",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698