Rather than running test_runner.py directly, run the generated wrapper script.
This will allow test_runner.py flags to be changed without needing to update recipes at the same time.
The new plan of action for switching the gtests over:
1. Have bots build _apk and run_* target
2. Wait for GYP to be unused on Android
3. Change bots to build just run_*
The new new plan of action for switching the gtests over:
1. Have _apk targets generate wrapper scripts in GN
2. Wait for GYP to be unused on Android
3. Change bots to build both _apk and run_*
4. Make run_* targets depend on _apk (invert dependency)
5. Change bots to build run_* directly (or maybe the full/dir:label) instead
Reason for not building run_* targets as in #18 is that it break's GYP's analyze logic.
Comment 1 by jbudorick@chromium.org
, Apr 1 2016