| Index: webrtc/DEPS
|
| diff --git a/webrtc/DEPS b/webrtc/DEPS
|
| index cee05ef106ec4778c178159359744bb7613aac83..5e0b083ca6d0a083c3027eb7c193f1e5c9410282 100644
|
| --- a/webrtc/DEPS
|
| +++ b/webrtc/DEPS
|
| @@ -12,7 +12,6 @@ include_rules = [
|
| "+webrtc/call.h",
|
| "+webrtc/common.h",
|
| "+webrtc/common_types.h",
|
| - "+webrtc/common_video/rotation.h",
|
| "+webrtc/config.h",
|
| "+webrtc/transport.h",
|
| "+webrtc/typedefs.h",
|
| @@ -34,9 +33,6 @@ include_rules = [
|
|
|
| # The below rules will be removed when webrtc:4243 is fixed.
|
| specific_include_rules = {
|
| - "video_frame\.h": [
|
| - "+webrtc/common_video",
|
| - ],
|
| "video_receive_stream\.h": [
|
| "+webrtc/common_video/include",
|
| "+webrtc/media/base",
|
|
|