Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: tools/telemetry/PRESUBMIT.py

Issue 1229153003: [Telemetry] Copy typ library to telemetry/third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove typ from telemetry/bootstrap_deps Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/bootstrap_deps » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/PRESUBMIT.py
diff --git a/tools/telemetry/PRESUBMIT.py b/tools/telemetry/PRESUBMIT.py
index bd6aa5af66ba5a5b31ae37912bbbd74e39ef0434..da4388dc5767f6d83bb4ce290ab5a537ce0c9857 100644
--- a/tools/telemetry/PRESUBMIT.py
+++ b/tools/telemetry/PRESUBMIT.py
@@ -26,8 +26,7 @@ def _CommonChecks(input_api, output_api):
def GetPathsToPrepend(input_api):
return [input_api.PresubmitLocalPath(),
- os.path.join(input_api.PresubmitLocalPath(), os.path.pardir,
- os.path.pardir, 'third_party', 'typ')]
+ os.path.join(input_api.PresubmitLocalPath(), 'third_party', 'typ')]
def RunWithPrependedPath(prepended_path, fn, *args):
old_path = sys.path
« no previous file with comments | « no previous file | tools/telemetry/bootstrap_deps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698