summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authoraurimas <aurimas@chromium.org>2015-06-19 15:38:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-19 22:39:24 +0000
commit8db283ac6beb49ad8032a8e6c65e4cc76db65ffd (patch)
treeea21835e333b63fb0a6771a03b675b7d43d4fb6e /chromecast
parent2f27f9bf85b21f149c5972197ef07f957fe20b41 (diff)
downloadchromium_src-8db283ac6beb49ad8032a8e6c65e4cc76db65ffd.zip
chromium_src-8db283ac6beb49ad8032a8e6c65e4cc76db65ffd.tar.gz
chromium_src-8db283ac6beb49ad8032a8e6c65e4cc76db65ffd.tar.bz2
Make lint fail builds.
Fix and suppress a bunch of lint warnings to be able to enable lint build failing. TBR=boliu@chromium.org,pauljensen@chromium.org,tedchoc@chromium.org,lambroslambrou@chromium.org,damienv@chromium.org BUG=501471,241521,501591,501593,501900,502030 Review URL: https://codereview.chromium.org/1190103002 Cr-Commit-Position: refs/heads/master@{#335371}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/chromecast.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index e345fdc..c5ca677 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -11,6 +11,7 @@
# Refers to enum CastProductType in components/metrics/proto/cast_logs.proto
'cast_product_type%': 0, # CAST_PRODUCT_TYPE_UNKNOWN
'chromium_code': 1,
+ 'never_lint': 1,
'chromecast_branding%': 'Chromium',
'disable_display%': 0,
'enable_default_cast_graphics%': 1,