Commit a135e356 authored by dpranke@google.com's avatar dpranke@google.com

Modify gcl.py so that lint ignores only webkit/api, and not webkit/*

   R=pam
   TEST=none
   BUG=none

M    gcl.py



git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26194 0039d316-1c4b-4281-b951-d872f2087c98
parent 57e7855b
......@@ -1052,7 +1052,7 @@ def Change(change_info, override_description):
Warn("WARNING: " + MISSING_TEST_MSG)
# We don't lint files in these path prefixes.
IGNORE_PATHS = ("webkit",)
IGNORE_PATHS = (os.path.join("webkit","api"),)
# Valid extensions for files we want to lint.
CPP_EXTENSIONS = ("cpp", "cc", "h")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment