summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 02:39:31 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 02:39:31 +0000
commit47d1326fb69a72bf3e0073a1267db0caf4ddbd29 (patch)
treeb668a6039c09f0d3bcf4fd1bcd3a8986014afaa7 /PRESUBMIT.py
parenta850b8bb21e63d0a5ed891c82a832556677f6220 (diff)
downloadchromium_src-47d1326fb69a72bf3e0073a1267db0caf4ddbd29.zip
chromium_src-47d1326fb69a72bf3e0073a1267db0caf4ddbd29.tar.gz
chromium_src-47d1326fb69a72bf3e0073a1267db0caf4ddbd29.tar.bz2
Dummy change to trigger the buildbots
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18019 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 e5b2472..e4aa750 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 are considered source files.
SOURCE_FILE_EXTENSIONS = [
'.c', '.cc', '.cpp', '.h', '.m', '.mm', '.py', '.mk', '.am', '.json',
]