So far I've identified the following properties as unneeded. They are still used somewhere, but in most cases should be deleted (I think).
* GYP_DEFINES
* add_tests_as_compile_targets
* compile_targets
* enable_swarming
* swarming_dimensions (not sure why this exists)
* use_isolate
So far I've identified the following properties as unneeded. They are still used somewhere, but in most cases should be deleted (I think).
* GYP_DEFINES (DONE)
* add_tests_as_compile_targets
* compile_targets
* enable_swarming
* swarming_dimensions (seems to be needed by webrtc, probably will remove)
* use_isolate
* src_side_runtest_py
So far I've identified the following properties as unneeded. They are still used somewhere, but in most cases should be deleted (I think).
* GYP_DEFINES (DONE)
* add_tests_as_compile_targets
* compile_targets
* enable_swarming
* swarming_dimensions (seems to be needed by webrtc, probably will remove)
* use_isolate
* src_side_runtest_py (DONE)
Comment 1 by dpranke@chromium.org
, Jul 24