Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 97e8596bd021e114af6db6b25e4439b7ddb5c89b..2de54520da48a50f1c1ce4e5d71571fd0d17f03b 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1003,6 +1003,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. |
@@ -1454,7 +1457,7 @@ |
['(branding=="Chrome" and buildtype=="Official")', { |
'mac_strip_release%': 1, |
}], |
- ], |
+ ], |
}], # OS=="mac" |
['OS=="mac" or OS=="ios"', { |
'variables': { |