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

Unified Diff: webrtc/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 | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 95c2017546bf64d42f7f58acbb6914388d93360e..27dee2a96abb0c5b22459f6f44a6a031139d8781 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -292,6 +292,7 @@ if (!build_with_chromium) {
":webrtc",
"modules/video_capture:video_capture_internal_impl",
"test",
+ "//build/config/sanitizers:deps",
]
}
@@ -313,6 +314,7 @@ if (!build_with_chromium) {
"test:field_trial",
"test:test_common",
"test:test_renderer",
+ "//build/config/sanitizers:deps",
"//testing/gmock",
"//testing/gtest",
"//third_party/gflags",
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698