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

Unified Diff: build/common.gypi

Issue 86313004: [Android] Add lint as a gyp action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years 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/lint_action.gypi ('k') | build/java.gypi » ('j') | 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 445cd64402846deeaaa3a42f76a54d4730fecaea..99b336a99c9a2216ffd26a15419377a5c4104533 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1027,6 +1027,9 @@
# 'emma_coverage=1'.
'emma_filter%': '',
+ # Set to 1 to enable running Android lint on java/class files.
+ 'android_lint%': 0,
+
# 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.
# Only used on Windows.
@@ -1479,7 +1482,7 @@
['(branding=="Chrome" and buildtype=="Official")', {
'mac_strip_release%': 1,
}],
- ],
+ ],
}], # OS=="mac"
['OS=="mac" or OS=="ios"', {
'variables': {
« no previous file with comments | « build/android/lint_action.gypi ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698