Add copy of src/ios/build/bots/scripts to unbreak iOS Simulator bots.

BUG=webrtc:6934
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2595173003 .
Cr-Commit-Position: refs/heads/master@{#15756}
This commit is contained in:
Henrik Kjellander
2016-12-22 12:01:17 +01:00
parent 49d2f26859
commit 0779e8fa45
9 changed files with 2068 additions and 0 deletions

View File

@ -437,6 +437,7 @@ def _CommonChecks(input_api, output_api):
black_list=(r'^base[\\\/].*\.py$',
r'^build[\\\/].*\.py$',
r'^buildtools[\\\/].*\.py$',
r'^ios[\\\/].*\.py$',
r'^out.*[\\\/].*\.py$',
r'^testing[\\\/].*\.py$',
r'^third_party[\\\/].*\.py$',