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

Unified Diff: tools/telemetry/PRESUBMIT.py

Issue 1290113003: [Telemetry] Remove obsolete dependency. Remove py_trace.py since it's not used any where. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chromite LICENSE Created 5 years, 4 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 6a1521c91a95ba5afbe91a1575e203013adbd86c..535b4459084402e2ec38e0a654b5dd6f1a1a9ee5 100644
--- a/tools/telemetry/PRESUBMIT.py
+++ b/tools/telemetry/PRESUBMIT.py
@@ -34,8 +34,6 @@ def _GetPathsToPrepend(input_api):
input_api.os_path.join(telemetry_dir, 'third_party', 'websocket-client'),
input_api.os_path.join(chromium_src_dir, 'build', 'android'),
- input_api.os_path.join(
- chromium_src_dir, 'third_party', 'py_trace_event', 'src'),
input_api.os_path.join(chromium_src_dir, 'third_party', 'catapult'),
input_api.os_path.join(chromium_src_dir, 'third_party', 'webpagereplay'),
]
« 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