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

Unified Diff: media/base/BUILD.gn

Issue 2686763002: [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer( (Closed)
Patch Set: rebase 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/test/BUILD.gn ('k') | media/capture/BUILD.gn » ('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 b629cadad5629ba4def0938cbf5fc51b154a2dd6..6966913f061a22bce16f5557ae30390b12d55629 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",
« no previous file with comments | « content/test/BUILD.gn ('k') | media/capture/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698