From 7aa15ac741fbaf565ca0df43cf11e83e44b4b99e Mon Sep 17 00:00:00 2001 From: dpranke Date: Wed, 19 Nov 2014 19:48:09 -0800 Subject: Attempt #5 at converting telemetry to use typ :). This version should fix all the issues with chrome_proxy that thwarted versions #3 and #4 ... TBR=dtu@chromium.org BUG=388256 Review URL: https://codereview.chromium.org/741903002 Cr-Commit-Position: refs/heads/master@{#304964} --- tools/telemetry/PRESUBMIT.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/telemetry/PRESUBMIT.py') diff --git a/tools/telemetry/PRESUBMIT.py b/tools/telemetry/PRESUBMIT.py index 52c8806..c424658 100644 --- a/tools/telemetry/PRESUBMIT.py +++ b/tools/telemetry/PRESUBMIT.py @@ -33,7 +33,9 @@ def _CommonChecks(input_api, output_api): return results def GetPathsToPrepend(input_api): - return [input_api.PresubmitLocalPath()] + return [input_api.PresubmitLocalPath(), + os.path.join(input_api.PresubmitLocalPath(), os.path.pardir, + os.path.pardir, 'third_party', 'typ')] def RunWithPrependedPath(prepended_path, fn, *args): old_path = sys.path -- cgit v1.1