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

Unified Diff: build_overrides/build.gni

Issue 2290323002: Make android lint suppressions file overridable. (Closed)
Patch Set: Add comment in build_overrides/build.gni 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 | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 4fdc67dbc33ccd8bd3c71649a9edcbff7f1b5a2b..967623c223dafd75c9a256edcbe025fd012dce69 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -26,3 +26,6 @@ enable_java_templates = true
asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
lsan_suppressions_file = "//build/sanitizers/lsan_suppressions.cc"
tsan_suppressions_file = "//build/sanitizers/tsan_suppressions.cc"
+
+# Uncomment these to specify a different lint suppressions file for android
+# lint_suppressions_file = path/to/your/suppressions/file/suppressions.xml
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698