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

Unified Diff: build/common.gypi

Issue 127383002: [Android] Enable lint warnings by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Display issues as 'warning' Created 6 years, 11 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/android/gyp/lint.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index aa13b0cf7db441f14be05644f5bdab23ce745858..0bc7cde936b4c7d67a516916d749a7ec491c7b76 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1027,7 +1027,7 @@
'emma_filter%': '',
# Set to 1 to enable running Android lint on java/class files.
- 'android_lint%': 0,
+ 'android_lint%': 1,
# Set to 1 to force Visual C++ to use legacy debug information format /Z7.
# This is useful for parallel compilation tools which can't support /Zi.
« no previous file with comments | « build/android/gyp/lint.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698