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

Unified Diff: build/android/PRESUBMIT.py

Issue 2583613002: [Android] Add ability to generate test trace json for perf tests runs. (Closed)
Patch Set: [Android] Add ability to generate test trace json for perf tests runs. 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
Index: build/android/PRESUBMIT.py
diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
index fcbe71668b56b767fd1112dcd108c1ea2e9d06a6..d6a2fdae5218fb63041d642f307455d8bdd4520a 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -31,7 +31,8 @@ def CommonChecks(input_api, output_api):
J(),
J('gyp'),
J('buildbot'),
- J('..', '..', 'third_party', 'catapult', 'devil')
+ J('..', '..', 'third_party', 'catapult', 'devil'),
+ J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event')
mikecase (-- gone --) 2016/12/15 20:19:00 nit: alphabetize.
rnephew (Reviews Here) 2016/12/15 21:24:04 Done.
]))
output.extend(input_api.canned_checks.RunPylint(
input_api,
« no previous file with comments | « no previous file | build/android/pylib/__init__.py » ('j') | build/android/pylib/local/device/local_device_perf_test_run.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698