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

Unified Diff: tools/xsan.blacklist

Issue 2289343002: GN: add sanitize arg (Closed)
Patch Set: rebase 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
Index: tools/xsan.blacklist
diff --git a/tools/xsan.blacklist b/tools/xsan.blacklist
index 57c80207593e1183bd9be384e287d42d67d0f343..a917e2d3d461024007e3c9c8aafe047b2dd0e591 100644
--- a/tools/xsan.blacklist
+++ b/tools/xsan.blacklist
@@ -1,12 +1,2 @@
-#if 0
-
-# This file must be a no-op C #include header, and a valid *SAN blacklist file.
-# Luckily, anything starting with # is a comment to *SAN blacklist files,
-# and anything inside #if 0 is ignored by C. Yippee!
-#
-# If you want to type '*', type '.*' instead. Don't make C comments!
-
# Suppress third_party/externals. We mostly care about our own code.
-src:.*third_party/externals.*
-
-#endif
+src:*third_party/externals*

Powered by Google App Engine
This is Rietveld 408576698