From 583d6d9d4fa545185d5a86c5c372d17e38bae409 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 24 Oct 2018 15:53:33 +0200 Subject: [PATCH] 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 Reviewed-by: Mirko Bonadei Reviewed-by: Yves Gerey Cr-Commit-Position: refs/heads/master@{#25342} --- PRESUBMIT.py | 1 + api/DEPS | 1 + 2 files changed, 2 insertions(+) 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",