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

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

Issue 1901393003: Delete unused methods of the VideoProcessing class. And fix a typo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added GUARDED_BY annotation. Created 4 years, 8 months 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 | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_processing/brightness_detection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_processing/BUILD.gn
diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
index 43a8de12557aee2ec2967b29580393d8240480d0..214a7dfed5edeb215319fa95c2ab60a11a371329 100644
--- a/webrtc/modules/video_processing/BUILD.gn
+++ b/webrtc/modules/video_processing/BUILD.gn
@@ -13,12 +13,8 @@ build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"
source_set("video_processing") {
sources = [
- "brightness_detection.cc",
- "brightness_detection.h",
"content_analysis.cc",
"content_analysis.h",
- "deflickering.cc",
- "deflickering.h",
"frame_preprocessor.cc",
"frame_preprocessor.h",
"include/video_processing.h",
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_processing/brightness_detection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698