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

Unified Diff: webrtc/rtc_tools/BUILD.gn

Issue 3005273002: Add a check that sanitizers cause a fatal failure (Closed)
Patch Set: Rebase Created 3 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 | « no previous file | webrtc/rtc_tools/sanitizers_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/BUILD.gn
diff --git a/webrtc/rtc_tools/BUILD.gn b/webrtc/rtc_tools/BUILD.gn
index 48216240870ddea78bcf3a68ed19793bb49cd6b0..21669784fbe2770e2b8ebc169aa8e254ff3dd47c 100644
--- a/webrtc/rtc_tools/BUILD.gn
+++ b/webrtc/rtc_tools/BUILD.gn
@@ -303,6 +303,7 @@ if (rtc_include_tests) {
"frame_analyzer/reference_less_video_analysis_unittest.cc",
"frame_analyzer/video_quality_analysis_unittest.cc",
"frame_editing/frame_editing_unittest.cc",
+ "sanitizers_unittest.cc",
"simple_command_line_parser_unittest.cc",
]
@@ -319,6 +320,7 @@ if (rtc_include_tests) {
":frame_editing_lib",
":reference_less_video_analysis_lib",
":video_quality_analysis",
+ "../rtc_base",
"../test:test_main",
"//testing/gtest",
]
« no previous file with comments | « no previous file | webrtc/rtc_tools/sanitizers_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698