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

Unified Diff: webrtc/examples/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/build/webrtc.gni ('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 6eb3f6f0cddbeb40c80dd4f5ff2122d40fa265ae..de88afb1defc9feaff787d3edb21a8ee74fced3f 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -443,7 +443,6 @@ if (is_linux || is_win) {
public_configs = [ ":gtk2_config" ]
}
deps = [
- "//build/config/sanitizers:deps",
"//third_party/libyuv",
"//webrtc/api:libjingle_peerconnection",
"//webrtc/system_wrappers:field_trial_default",
@@ -465,7 +464,6 @@ 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",
@@ -481,7 +479,6 @@ 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",
@@ -498,7 +495,6 @@ 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",
@@ -515,7 +511,6 @@ 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/webrtc.gni ('k') | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698