Fixing API list in native-api.md (adding media/base and media/engine).
Bug: None
Change-Id: I956a08b6a3127f41eb8d115dadc325331f1ae7db
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/39000
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21576}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index e287e7e..3f0a72c 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -68,7 +68,8 @@
# 4. (later) The deprecated APIs are removed.
NATIVE_API_DIRS = (
'api', # All subdirectories of api/ are included as well.
- 'media',
+ 'media/base',
+ 'media/engine',
'modules/audio_device/include',
'pc',
)