summaryrefslogtreecommitdiffstats
path: root/chrome/browser/PRESUBMIT.py
diff options
context:
space:
mode:
authordaniimms <daniimms@amazon.com>2015-04-13 08:59:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-13 16:00:07 +0000
commit41930205bb83c117e0fe70102571c005d744aafe (patch)
tree8015719b01331bac943c54f0c44eec0f2e9a6980 /chrome/browser/PRESUBMIT.py
parent8af41b356f3d3f97b7cbde771b039a0a46bff0de (diff)
downloadchromium_src-41930205bb83c117e0fe70102571c005d744aafe.zip
chromium_src-41930205bb83c117e0fe70102571c005d744aafe.tar.gz
chromium_src-41930205bb83c117e0fe70102571c005d744aafe.tar.bz2
Update comment in PRESUBMIT to reflect recent changes
BUG=NONE Review URL: https://codereview.chromium.org/1083473002 Cr-Commit-Position: refs/heads/master@{#324855}
Diffstat (limited to 'chrome/browser/PRESUBMIT.py')
-rw-r--r--chrome/browser/PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/PRESUBMIT.py b/chrome/browser/PRESUBMIT.py
index 5b42758..7230324 100644
--- a/chrome/browser/PRESUBMIT.py
+++ b/chrome/browser/PRESUBMIT.py
@@ -4,7 +4,7 @@
"""Presubmit script for Chromium browser code.
-This script currently only checks HTML/CSS/JS files in resources/.
+This script currently checks HTML/CSS/JS files in resources/ and ui/webui/.
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
for more details about the presubmit API built into depot_tools, and see