Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: webrtc/DEPS

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)
Patch Set: Rebased. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/api/video/i420_buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/api/video/i420_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698