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

Unified Diff: webrtc/modules/video_capture/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/utility/BUILD.gn ('k') | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_capture/BUILD.gn
diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn
index b908923d6edb4595e98515b7e59b7d36cffa653d..86c133629604eaa4cb73f50d708dc10f0803addf 100644
--- a/webrtc/modules/video_capture/BUILD.gn
+++ b/webrtc/modules/video_capture/BUILD.gn
@@ -28,8 +28,8 @@ rtc_static_library("video_capture_module") {
deps = [
"..:module_api",
"../..:webrtc_common",
- "../../base:rtc_base_approved",
"../../common_video",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
@@ -47,7 +47,7 @@ rtc_static_library("video_capture") {
deps = [
":video_capture_module",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
@@ -91,7 +91,7 @@ if (!build_with_chromium) {
deps = [
":video_capture_module",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
@@ -175,8 +175,8 @@ if (!build_with_chromium) {
deps = [
":video_capture_internal_impl",
":video_capture_module",
- "../../base:rtc_base_approved",
"../../common_video:common_video",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers:system_wrappers",
"../../system_wrappers:system_wrappers_default",
"../../test:video_test_common",
« no previous file with comments | « webrtc/modules/utility/BUILD.gn ('k') | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698