build: add 'use_rts' definition

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2694187
This commit is contained in:
Samuel Attard 2021-03-04 14:33:36 -08:00
parent 5defd96ecd
commit b820b4078d

2
DEPS
View file

@ -48,6 +48,8 @@ vars = {
# It's only needed to parse the native tests configurations. # It's only needed to parse the native tests configurations.
'checkout_pyyaml': False, 'checkout_pyyaml': False,
'use_rts': False,
'mac_xcode_version': 'default', 'mac_xcode_version': 'default',
# To allow running hooks without parsing the DEPS tree # To allow running hooks without parsing the DEPS tree