mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
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}
This commit is contained in:
parent
fedc00c391
commit
a4eeeffec2
2 changed files with 4 additions and 2 deletions
|
@ -68,7 +68,8 @@ BLACKLIST_LINT_FILTERS = [
|
|||
# 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',
|
||||
)
|
||||
|
|
|
@ -14,7 +14,8 @@ legacy API directories—but see the
|
|||
Legacy API directory | Including subdirectories?
|
||||
-------------------------------------------|--------------------------
|
||||
`common_audio/include` | No
|
||||
`media` | No
|
||||
`media/base` | No
|
||||
`media/engine` | No
|
||||
`modules/audio_coding/include` | No
|
||||
`modules/audio_device/include` | No
|
||||
`modules/audio_processing/include` | No
|
||||
|
|
Loading…
Reference in a new issue