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

Unified Diff: build/android/PRESUBMIT.py

Issue 2596443004: [Android] Generate html file for test runner trace instead of json. (Closed)
Patch Set: agrieves comments 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 6bc7b44aa34e3cf6a5eb69a83227e44ae6fdeaef..3c1e87e5a6447cbc2949e87582c1406db90bcf1c 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -32,7 +32,8 @@ def CommonChecks(input_api, output_api):
J('gyp'),
J('buildbot'),
J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event'),
- J('..', '..', 'third_party', 'catapult', 'devil')
+ J('..', '..', 'third_party', 'catapult', 'devil'),
+ J('..', '..', 'third_party', 'catapult', 'tracing')
]))
output.extend(input_api.canned_checks.RunPylint(
input_api,
« 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