summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 20:53:47 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-29 20:53:47 +0000
commit5298cc98317968c0fe2caf004e1a88d78a1ccd39 (patch)
tree6e7778e4dfe1e764862f945972941608776fa310 /PRESUBMIT.py
parentb1a9123c175b53241505b223a49ca595ba92f56a (diff)
downloadchromium_src-5298cc98317968c0fe2caf004e1a88d78a1ccd39.zip
chromium_src-5298cc98317968c0fe2caf004e1a88d78a1ccd39.tar.gz
chromium_src-5298cc98317968c0fe2caf004e1a88d78a1ccd39.tar.bz2
Update path of checkdeps to buildtools checkout
BUG=none R=brettw@chromium.org Review URL: https://codereview.chromium.org/305633007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 59f3b10..306dc8e 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -499,7 +499,7 @@ def _CheckUnwantedDependencies(input_api, output_api):
original_sys_path = sys.path
try:
sys.path = sys.path + [input_api.os_path.join(
- input_api.PresubmitLocalPath(), 'tools', 'checkdeps')]
+ input_api.PresubmitLocalPath(), 'buildtools', 'checkdeps')]
import checkdeps
from cpp_checker import CppChecker
from rules import Rule