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

Unified Diff: media/base/BUILD.gn

Issue 2911643002: Create BUILD.gn files for //media/filters. (Closed)
Patch Set: media configs added gor filter target. Created 3 years, 6 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') | media/base/mac/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 a4c5a309e029a563ff64d80ad5cd215ffd99d59c..84542032c399c955259532208ca9f88c5a503d13 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -304,12 +304,16 @@ target(link_target_type, "base") {
"media_file_checker.cc",
"media_file_checker.h",
]
- deps += [ "//media:filters_common" ]
+ deps += [ "//media/filters:filters_common" ]
}
deps += [ "//third_party/ffmpeg" ]
}
+ if (media_use_libvpx) {
+ deps += [ "//third_party/libvpx" ]
+ }
+
if (is_android) {
public_deps += [
"//media/base/android",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698