From df63cd1ad8c480d9f7e7ec76794488bfd32535ff Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 28 Nov 2011 03:12:05 +0000 Subject: 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 --- tools/clang/plugins/ChromeClassTester.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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/"); -- cgit v1.1