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

Unified Diff: build/android/PRESUBMIT.py

Issue 2583613002: [Android] Add ability to generate test trace json for perf tests runs. (Closed)
Patch Set: Move to context manager Created 4 years 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 | build/android/pylib/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/PRESUBMIT.py
diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
index fcbe71668b56b767fd1112dcd108c1ea2e9d06a6..6bc7b44aa34e3cf6a5eb69a83227e44ae6fdeaef 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -31,6 +31,7 @@ def CommonChecks(input_api, output_api):
J(),
J('gyp'),
J('buildbot'),
+ J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event'),
J('..', '..', 'third_party', 'catapult', 'devil')
]))
output.extend(input_api.canned_checks.RunPylint(
« no previous file with comments | « no previous file | build/android/pylib/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698