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

Unified Diff: media/base/BUILD.gn

Issue 1964963002: media: Fix gn deps on media/ targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add bug reference + rebase Created 4 years, 7 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 | « media/BUILD.gn ('k') | no next file » | 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 4984921dc13721f6ec982b69d802e091cc4aa3bd..b8e715c7cb0e75ecea7bfac7be20d4bbe87a37a1 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -268,6 +268,7 @@ source_set("base") {
"media_file_checker.cc",
"media_file_checker.h",
]
+ deps += [ "//media:filters_common" ]
}
deps += [ "//third_party/ffmpeg" ]
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698