| Index: media/base/BUILD.gn
|
| diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
|
| index 098adc683b74868a9e73309d8fb24f8279d64a6f..7099a2353503f6fb8127a324af5319b9864b4f44 100644
|
| --- a/media/base/BUILD.gn
|
| +++ b/media/base/BUILD.gn
|
| @@ -272,6 +272,7 @@ target(link_target_type, "base") {
|
| "//gpu",
|
| "//media:media_features",
|
| "//media:shared_memory_support",
|
| + "//media/base:video_facing",
|
| "//ppapi/features",
|
| "//skia",
|
| "//third_party/libyuv",
|
| @@ -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 = [
|
|
|