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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2897523002: Replace sanitizers:deps with exe_and_shlib_deps (webrtc) (Closed)
Patch Set: / => : Created 3 years, 7 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 | « DEPS ('k') | webrtc/webrtc.gni » ('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 df9a85945c85bc78f6107dc109348c9529f78be2..aa9a5687d0676f88e417290d1489de16b8019f83 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -218,7 +218,7 @@ if (rtc_enable_protobuf) {
"../modules/congestion_controller",
"../modules/rtp_rtcp",
"../system_wrappers:system_wrappers_default",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
]
public_deps = [
":chart_proto",
« no previous file with comments | « DEPS ('k') | webrtc/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698