diff options
Diffstat (limited to 'third_party/libwebrtc/build/config/rts.gni')
-rw-r--r-- | third_party/libwebrtc/build/config/rts.gni | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/libwebrtc/build/config/rts.gni b/third_party/libwebrtc/build/config/rts.gni new file mode 100644 index 0000000000..677b3fa2fe --- /dev/null +++ b/third_party/libwebrtc/build/config/rts.gni @@ -0,0 +1,5 @@ +declare_args() { + # For more info about RTS, please see + # //docs/testing/regression-test-selection.md + use_rts = false +} |