summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-20 00:30:42 +0000
committerskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-20 00:30:42 +0000
commite07b6ac7fd771a2bfd9c340c6fcf399de5db34fe (patch)
tree8c5b2258021178a95910c3551cfd58ce4d3883b8 /PRESUBMIT.py
parent642724329eafb44db8660238963d2a511ad0c43a (diff)
downloadchromium_src-e07b6ac7fd771a2bfd9c340c6fcf399de5db34fe.zip
chromium_src-e07b6ac7fd771a2bfd9c340c6fcf399de5db34fe.tar.gz
chromium_src-e07b6ac7fd771a2bfd9c340c6fcf399de5db34fe.tar.bz2
Exclude GPU JSON data files from presubmit checks
The following GPU source files contain JSON data with long lines, causing them to fail presubmit checks: gpu/config/gpu_driver_bug_list_json.cc gpu/config/gpu_switching_list_json.cc gpu/config/software_rendering_list_json.cc This patch adds them to the presubmit exclusion list so that changes to these files may still be landed using the commit queue. Review URL: https://chromiumcodereview.appspot.com/22891010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 0b1f6c7..49a36659 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -25,6 +25,7 @@ _EXCLUDED_PATHS = (
r".*MakeFile$",
r".+_autogen\.h$",
r".+[\\\/]pnacl_shim\.c$",
+ r"^gpu[\\\/]config[\\\/].*_list_json\.cc$",
)
# Fragment of a regular expression that matches C++ and Objective-C++