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

Unified Diff: media/base/BUILD.gn

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll DEPS to fix cros, rebase. 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 | « media/audio_unittests.isolate ('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 29547f3da44e821e9691e106b314d21129af5369..96254cf2812270268de37d9af2a7711cd5af0986 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -216,11 +216,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" ]
}
@@ -235,7 +230,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 | « media/audio_unittests.isolate ('k') | media/base/media.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698