Fix ortc_api circular deps.

This will help keep ortc dependencies clean in the future, since
gn --check forces us to depend on components from which we include
headers.

cryptoparams.h moves into api/, but ortc appears to think it
should be there anyway. We could consider moving it into the ortc/ api,
but it doesn't appear to be specific to ortc.

Bug: webrtc:6828
Change-Id: Iddae438d10b5e84b2fbc52565364319e20f90613
Reviewed-on: https://webrtc-review.googlesource.com/22660
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20686}
This commit is contained in:
Patrik Höglund
2017-11-15 13:15:17 +01:00
committed by Commit Bot
parent 676ab60666
commit 7aee3d538c
13 changed files with 55 additions and 34 deletions

View File

@ -18,9 +18,9 @@
#include <unordered_map>
#include <utility>
#include "api/cryptoparams.h"
#include "api/optional.h"
#include "common_types.h" // NOLINT(build/include)
#include "media/base/cryptoparams.h"
#include "media/base/h264_profile_level_id.h"
#include "media/base/mediaconstants.h"
#include "p2p/base/p2pconstants.h"