| 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)
|
|
|