Chromium Code Reviews

Unified Diff: webrtc/modules/video_processing/BUILD.gn

Issue 1482913003: Initial VideoProcessing refactoring. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Based on pbos review Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_processing/BUILD.gn
diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
index eb02803a57476ccdd36f041ee619a53f62903e81..6d411edda176c4e61badabdf9c379c6227091ceb 100644
--- a/webrtc/modules/video_processing/BUILD.gn
+++ b/webrtc/modules/video_processing/BUILD.gn
@@ -13,8 +13,6 @@ build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"
source_set("video_processing") {
sources = [
- "brighten.cc",
- "brighten.h",
"brightness_detection.cc",
"brightness_detection.h",
"content_analysis.cc",
« no previous file with comments | « no previous file | webrtc/modules/video_processing/brighten.h » ('j') | webrtc/modules/video_processing/video_processing_impl.cc » ('J')

Powered by Google App Engine