summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-01 20:13:04 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-01 20:13:04 +0000
commit04a40f841b662a1e28bd579cc68fa3a57e233bbd (patch)
tree364430077eb1db1256193acaddf9de54535b3efd /PRESUBMIT.py
parent3d315d247f3eeddde21be18bd7e9a9c5c4731beb (diff)
downloadchromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.zip
chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.gz
chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.bz2
Remove the 'Hammer' name in favor of the Debug|Release names
and paths we'll use in gyp-generated files. Review URL: http://codereview.chromium.org/56158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 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 7cb4af3..4b6c55b 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -16,8 +16,8 @@ SOURCE_FILE_EXTENSIONS = [
EXCLUDED_PATHS = [
r"breakpad[\\\/].*",
r"chrome[\\\/]Debug[\\\/].*",
- r"chrome[\\\/]Hammer[\\\/].*",
r"chrome[\\\/]Release[\\\/].*",
+ r"sconsbuild[\\\/].*",
r"xcodebuild[\\\/].*",
r"skia[\\\/].*",
r".*third_party[\\\/].*",