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

Unified Diff: media/base/BUILD.gn

Issue 1179953006: [Merge to M44] Chromium changes to statically link ffmpeg. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2403
Patch Set: Created 5 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 | « content/test/test_blink_web_unit_test_support.cc ('k') | media/base/media.h » ('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 2474ff9c68d7cb053182f8e770d478b499be3a72..d85a615cc2ce159afa143b9023e8df1e5bb13cd9 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -213,11 +213,6 @@ source_set("base") {
"media_file_checker.cc",
"media_file_checker.h",
]
- if (is_win) {
- sources += [ "media_win.cc" ]
- } else if (is_posix) {
- sources += [ "media_posix.cc" ]
- }
deps += [ "//third_party/ffmpeg" ]
}
@@ -232,7 +227,6 @@ source_set("base") {
}
if (is_android) {
- sources += [ "media_stub.cc" ]
public_deps = [
"//media/base/android",
"//media/base/android:media_java",
« no previous file with comments | « content/test/test_blink_web_unit_test_support.cc ('k') | media/base/media.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698