diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 03:12:05 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 03:12:05 +0000 |
commit | df63cd1ad8c480d9f7e7ec76794488bfd32535ff (patch) | |
tree | 82608f100034285891b66e676a88db36194bf0e2 /tools | |
parent | 48977d584e9516d70222e5c9b62c01e3516b5283 (diff) | |
download | chromium_src-df63cd1ad8c480d9f7e7ec76794488bfd32535ff.zip chromium_src-df63cd1ad8c480d9f7e7ec76794488bfd32535ff.tar.gz chromium_src-df63cd1ad8c480d9f7e7ec76794488bfd32535ff.tar.bz2 |
Add "pdf/" to the style checker directory blacklist.
The internal PDF code gets many warnings from the plugin that we
aren't interested in.
The only open source code that currently matches that blacklist
is the pdf code in skia, and that's already blacklisted through
the third_party rule.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8693009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111670 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/clang/plugins/ChromeClassTester.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang/plugins/ChromeClassTester.cpp b/tools/clang/plugins/ChromeClassTester.cpp index d1fd4f9a..3499ca7 100644 --- a/tools/clang/plugins/ChromeClassTester.cpp +++ b/tools/clang/plugins/ChromeClassTester.cpp @@ -48,6 +48,7 @@ void ChromeClassTester::BuildBannedLists() { banned_directories_.push_back("native_client/"); banned_directories_.push_back("breakpad/"); banned_directories_.push_back("courgette/"); + banned_directories_.push_back("pdf/"); banned_directories_.push_back("ppapi/"); banned_directories_.push_back("usr/"); banned_directories_.push_back("testing/"); |