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

Unified Diff: media/base/BUILD.gn

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: Moved to chrome_browser_main_chromeos.cc 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
« no previous file with comments | « content/public/browser/media_capture_devices.h ('k') | media/base/video_facing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 098adc683b74868a9e73309d8fb24f8279d64a6f..b629cadad5629ba4def0938cbf5fc51b154a2dd6 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -264,6 +264,7 @@ target(link_target_type, "base") {
allow_circular_includes_from = []
defines = []
public_deps = [
+ "//media/base:video_facing",
"//ppapi/features",
"//ui/gfx:color_space",
]
@@ -337,6 +338,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 = [
« no previous file with comments | « content/public/browser/media_capture_devices.h ('k') | media/base/video_facing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698