diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-07 19:24:51 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-07 19:24:51 +0000 |
commit | 10bec854183f2db82063fcecf185ff16a34ae1e5 (patch) | |
tree | bf870007922e937ba96a84ba4d851c1a3de13fd9 /PRESUBMIT.py | |
parent | 671cad243272b64ddcdc1547f19b06d4e5f2f157 (diff) | |
download | chromium_src-10bec854183f2db82063fcecf185ff16a34ae1e5.zip chromium_src-10bec854183f2db82063fcecf185ff16a34ae1e5.tar.gz chromium_src-10bec854183f2db82063fcecf185ff16a34ae1e5.tar.bz2 |
Dummy change to trigger the slaves - NO CODE CHANGE
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-x | PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index af74fb8..40be7b7 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 src files. +# Files with these extensions will be considered source files. SOURCE_FILE_EXTENSIONS = [ '.c', '.cc', '.cpp', '.h', '.m', '.mm', '.py', '.mk', '.am', '.json', ] |