summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-07 17:43:16 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-07 17:43:16 +0000
commit671cad243272b64ddcdc1547f19b06d4e5f2f157 (patch)
treeae60d4b75d21c96f8fe5e2f2f19ff472241868ee /PRESUBMIT.py
parentf3af6038a611bc4b8c076423f64aa1bf4e44cd1e (diff)
downloadchromium_src-671cad243272b64ddcdc1547f19b06d4e5f2f157.zip
chromium_src-671cad243272b64ddcdc1547f19b06d4e5f2f157.tar.gz
chromium_src-671cad243272b64ddcdc1547f19b06d4e5f2f157.tar.bz2
Dummy change to trigger the build slaves - NO CODE CHANGE
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 40be7b7..af74fb8 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -9,7 +9,7 @@ See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
details on the presubmit API built into gcl.
"""
-# Files with these extensions will be considered source files.
+# Files with these extensions will be considered src files.
SOURCE_FILE_EXTENSIONS = [
'.c', '.cc', '.cpp', '.h', '.m', '.mm', '.py', '.mk', '.am', '.json',
]