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

Unified Diff: webrtc/common_video/BUILD.gn

Issue 1419673014: Remove frame time scheduing in IncomingVideoStream (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Totally disable the functionality Created 5 years, 1 month 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/common_video/common_video.gyp » ('j') | webrtc/common_video/video_render_frames.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index 473c757a75eeb4a41a6741c8efbdf72c6e712649..3fc4f52dd837141d46fc9f6a93136ed36151e9fd 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -28,8 +28,6 @@ source_set("common_video") {
"libyuv/webrtc_libyuv.cc",
"video_frame.cc",
"video_frame_buffer.cc",
- "video_render_frames.cc",
- "video_render_frames.h",
]
include_dirs = [ "../modules/interface" ]
« no previous file with comments | « no previous file | webrtc/common_video/common_video.gyp » ('j') | webrtc/common_video/video_render_frames.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698