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

Unified Diff: media/base/BUILD.gn

Issue 2686763002: [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer( (Closed)
Patch Set: 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..6374cca021b71fa7a7ebe40645ef497259d89720 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -36,9 +36,6 @@ target(link_target_type, "base") {
# TODO(xhwang): Clean up the dependency graph within "media" target.
"//media/audio",
"//media/ffmpeg",
-
- # TODO(xhwang): Remove this dependency.
- "//media/capture",
]
sources = [
"audio_block_fifo.cc",

Powered by Google App Engine
This is Rietveld 408576698