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

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

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md Created 3 years, 5 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/video_coding/BUILD.gn ('k') | webrtc/ortc/BUILD.gn » ('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 3f0fb76a1bb05bc3270d0d1ef5539a927595f9a9..efe5458ce29f4afd9a91a6be0d1496b67e91ef1a 100644
--- a/webrtc/modules/video_processing/BUILD.gn
+++ b/webrtc/modules/video_processing/BUILD.gn
@@ -27,10 +27,10 @@ rtc_static_library("video_processing") {
deps = [
":denoiser_filter",
"..:module_api",
- "../../base:rtc_base_approved",
"../../common_audio",
"../../common_video",
"../../modules/utility",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
if (build_video_processing_sse2) {
@@ -66,7 +66,7 @@ if (build_video_processing_sse2) {
deps = [
":denoiser_filter",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
« no previous file with comments | « webrtc/modules/video_coding/BUILD.gn ('k') | webrtc/ortc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698