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

Unified Diff: media/base/BUILD.gn

Issue 1699553002: Mojo Video Capture service in media/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added missing BUILD deps Created 4 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 0bfd4556f09c4cba04507b897941008c6365f429..931cb025c8c34f45970545c87a98ca99e5d0f755 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -14,7 +14,7 @@ source_set("base") {
# This is part of the media component.
visibility = [
"//media",
- "//media/capture",
+ "//media/capture:*",
]
sources = [
"audio_block_fifo.cc",
« no previous file with comments | « BUILD.gn ('k') | media/base/video_frame.h » ('j') | media/capture/interfaces/video_capture.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698