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

Unified Diff: components/cronet/tools/cr_cronet.py

Issue 1945023004: [Cronet] run pylint in Cronet presubmit check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « components/cronet/pylintrc ('k') | components/cronet/tools/extract_from_jars.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/cr_cronet.py
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index c852077666cf9bd2b56935a74bf1708c49871161..b13aa28273d1b0de79a0ea0a39483ff45024009f 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -129,7 +129,8 @@ def main():
if (options.command=='debug'):
return install(release_arg) or debug(extra_options)
if (options.command=='build-debug'):
- return build(out_dir) or install(release_arg) or debug(extra_options)
+ return build(out_dir, test_target) or install(release_arg) or \
+ debug(extra_options)
else:
if (options.command=='test'):
return test_ios(out_dir, extra_options)
« no previous file with comments | « components/cronet/pylintrc ('k') | components/cronet/tools/extract_from_jars.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698