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

Unified Diff: media/base/BUILD.gn

Issue 2937913002: Revert of Create BUILD.gn files for //media/filters. (Closed)
Patch Set: 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 84542032c399c955259532208ca9f88c5a503d13..a4c5a309e029a563ff64d80ad5cd215ffd99d59c 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -304,14 +304,10 @@
"media_file_checker.cc",
"media_file_checker.h",
]
- deps += [ "//media/filters:filters_common" ]
+ deps += [ "//media:filters_common" ]
}
deps += [ "//third_party/ffmpeg" ]
- }
-
- if (media_use_libvpx) {
- deps += [ "//third_party/libvpx" ]
}
if (is_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