diff options
author | tfarina <tfarina@chromium.org> | 2015-01-30 16:20:48 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-31 00:21:47 +0000 |
commit | 78bb92f45822e605c46d303b66a7bddc9706b9d3 (patch) | |
tree | ec85c4661b91afb3e723e8356f798969eeeec60d /PRESUBMIT.py | |
parent | 500c3d5d8faa5147a2301016f4916b0054e2c2a3 (diff) | |
download | chromium_src-78bb92f45822e605c46d303b66a7bddc9706b9d3.zip chromium_src-78bb92f45822e605c46d303b66a7bddc9706b9d3.tar.gz chromium_src-78bb92f45822e605c46d303b66a7bddc9706b9d3.tar.bz2 |
Cleanup: Presubmit API is built into depot_tools.
Not in gcl, which probably these days nobody working on Chromium uses.
BUG=None
R=maruel@chromium.org
TBR=maruel@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/887033002
Cr-Commit-Position: refs/heads/master@{#314039}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index a931d4b..3326d8c 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -5,7 +5,7 @@ """Top-level presubmit script for Chromium. See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts -for more details about the presubmit API built into gcl. +for more details about the presubmit API built into depot_tools. """ |