| Index: webrtc/DEPS
|
| diff --git a/webrtc/DEPS b/webrtc/DEPS
|
| index e46a7d331d2675ccea5283d8ea84b01f974a4a2a..b644b128ddbf35c5587d382abb370be5988e68d1 100644
|
| --- a/webrtc/DEPS
|
| +++ b/webrtc/DEPS
|
| @@ -11,7 +11,6 @@ include_rules = [
|
| # Individual headers that will be moved out of here, see webrtc:4243.
|
| "+webrtc/call.h",
|
| "+webrtc/common_types.h",
|
| - "+webrtc/common_video/rotation.h",
|
| "+webrtc/config.h",
|
| "+webrtc/transport.h",
|
| "+webrtc/typedefs.h",
|
| @@ -32,9 +31,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",
|
|
|