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

Unified Diff: tools/memory_inspector/PRESUBMIT.py

Issue 243403003: [Android] Change object types from AndroidCommands to DeviceUtils everywhere else. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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
Index: tools/memory_inspector/PRESUBMIT.py
diff --git a/tools/memory_inspector/PRESUBMIT.py b/tools/memory_inspector/PRESUBMIT.py
index 7bfe22a527848ba784480b9aadc149a99019a534..5d0e21e3d35ec130486171526ef8518fef52cd38 100644
--- a/tools/memory_inspector/PRESUBMIT.py
+++ b/tools/memory_inspector/PRESUBMIT.py
@@ -13,7 +13,11 @@ def CommonChecks(input_api, output_api):
output = []
blacklist = [r'classification_rules.*']
output.extend(input_api.canned_checks.RunPylint(
- input_api, output_api, black_list=blacklist))
+ input_api, output_api, black_list=blacklist,
+ extra_paths_list=[
+ input_api.os_path.join(input_api.PresubmitLocalPath(), '..', '..',
+ 'build', 'android')
+ ]))
output.extend(input_api.canned_checks.RunUnitTests(
input_api,
output_api,
« no previous file with comments | « tools/android/mempressure.py ('k') | tools/memory_inspector/memory_inspector/backends/android/android_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698