mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Add missing directory to api/DEPS and PRESUBMIT.py.
TBR: kwiberg@webrtc.org Bug: webrtc:9887 Change-Id: Ib285005fc2a25549e72922bc38b05a170c6ef228 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/c/107707 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Yves Gerey <yvesg@google.com> Cr-Commit-Position: refs/heads/master@{#25342}
This commit is contained in:
parent
62ae178357
commit
583d6d9d4f
2 changed files with 2 additions and 0 deletions
|
@ -901,6 +901,7 @@ def CheckApiDepsFileIsUpToDate(input_api, output_api):
|
||||||
'buildtools',
|
'buildtools',
|
||||||
'data',
|
'data',
|
||||||
'infra',
|
'infra',
|
||||||
|
'ios',
|
||||||
'out',
|
'out',
|
||||||
'resources',
|
'resources',
|
||||||
'testing',
|
'testing',
|
||||||
|
|
1
api/DEPS
1
api/DEPS
|
@ -9,6 +9,7 @@ include_rules = [
|
||||||
"-common_video",
|
"-common_video",
|
||||||
"-data",
|
"-data",
|
||||||
"-examples",
|
"-examples",
|
||||||
|
"-ios",
|
||||||
"-infra",
|
"-infra",
|
||||||
"-logging",
|
"-logging",
|
||||||
"-media",
|
"-media",
|
||||||
|
|
Loading…
Reference in a new issue