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

Unified Diff: media/base/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
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 8a6793803e02678140fa6e40aeae34c0bf3c8301..f7fc42dd810c0ae23660c42c99b2a2e35c410430 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -280,6 +280,7 @@ target(link_target_type, "base") {
"//gpu",
"//media:media_features",
"//media:shared_memory_support",
+ "//media/base:video_facing",
"//ppapi/features",
"//skia",
"//third_party/libyuv",
@@ -355,6 +356,19 @@ target(link_target_type, "base") {
}
}
+source_set("video_facing") {
+ visibility = [
+ "//chromeos",
+ "//content/browser",
+ "//content/public/common:common_sources",
+ "//media/base",
+ "//media/capture",
+ ]
+ sources = [
+ "video_facing.h",
+ ]
+}
+
static_library("test_support") {
testonly = true
sources = [

Powered by Google App Engine
This is Rietveld 408576698