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

Unified Diff: media/base/BUILD.gn

Issue 2686763002: [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer( (Closed)
Patch Set: Put clone_traits.h in component "bindings" instead of source_set "struct_traits" 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 5cd4fffc47c5e547cfbb00421bc86f9be2df2a69..1a809e6a9a20c13c72e354ff87aeff7c254c38e6 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