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

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

Issue 2555333004: Refactor webrtc/modules/video_{capture,coding} for GN check (Closed)
Patch Set: Fixed error in comment. Created 4 years 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 | « .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 887bd2c2bfa5e0e1167ce02253397f0952cd5214..6887552b583a07ac818455b198584166ad847531 100644
--- a/webrtc/modules/video_capture/BUILD.gn
+++ b/webrtc/modules/video_capture/BUILD.gn
@@ -28,6 +28,7 @@ rtc_static_library("video_capture_module") {
deps = [
"../..:webrtc_common",
+ "../../base:rtc_base_approved",
"../../common_video",
"../../system_wrappers",
"../utility",
@@ -47,6 +48,7 @@ rtc_static_library("video_capture") {
deps = [
":video_capture_module",
+ "../../base:rtc_base_approved",
"../../system_wrappers",
]
@@ -90,6 +92,7 @@ if (!build_with_chromium) {
deps = [
":video_capture_module",
+ "../../base:rtc_base_approved",
"../../system_wrappers",
]
@@ -182,6 +185,9 @@ if (!build_with_chromium) {
deps = [
":video_capture_internal_impl",
":video_capture_module",
+ "../../base:rtc_base_approved",
+ "../../common_video:common_video",
+ "../../system_wrappers:system_wrappers",
"../../system_wrappers:system_wrappers_default",
"../../test:video_test_common",
"../utility",
« no previous file with comments | « .gn ('k') | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698