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

Unified Diff: media/base/BUILD.gn

Issue 1727953005: Enable AudioDecoder unit tests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed contitions from base/container_names.* compilation Created 4 years, 10 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/audio_hash.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 7e816e3a26ce5798951c1f3dd1ebb5a7f53ee8af..97e5beb51f863970030c2ec1fa94658ea08d9820 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -81,6 +81,8 @@ source_set("base") {
"channel_mixer.h",
"channel_mixing_matrix.cc",
"channel_mixing_matrix.h",
+ "container_names.cc",
+ "container_names.h",
"data_buffer.cc",
"data_buffer.h",
"data_source.cc",
@@ -231,10 +233,6 @@ source_set("base") {
]
if (media_use_ffmpeg) {
- sources += [
- "container_names.cc",
- "container_names.h",
- ]
if (!is_android) {
sources += [
"audio_video_metadata_extractor.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/audio_hash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698