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

Unified Diff: media/capture/BUILD.gn

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: Change to use ObserverList Created 3 years, 10 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
« media/base/video_facing.h ('K') | « media/base/video_facing.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index b7568088a2711bed355c9ef9917fd03bd1ab4bb7..4b4a899bb9fec6b6df0ba784680e0af311d40ca3 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -92,7 +92,9 @@ component("capture") {
"video_capturer_source.h",
]
- public_deps = []
+ public_deps = [
+ "//media/base:video_facing",
+ ]
deps = [
"//base",
"//base:i18n",
« media/base/video_facing.h ('K') | « media/base/video_facing.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698