diff --git a/PRESUBMIT.py b/PRESUBMIT.py index b5d1e11037..3a9495a8e7 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -901,6 +901,7 @@ def CheckApiDepsFileIsUpToDate(input_api, output_api): 'buildtools', 'data', 'infra', + 'ios', 'out', 'resources', 'testing', diff --git a/api/DEPS b/api/DEPS index 1ed09d275c..b5cdd475ce 100644 --- a/api/DEPS +++ b/api/DEPS @@ -9,6 +9,7 @@ include_rules = [ "-common_video", "-data", "-examples", + "-ios", "-infra", "-logging", "-media",