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

Unified Diff: media/media.gyp

Issue 14495010: Add UMA stats for audio/video containers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/filters/ffmpeg_glue.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index bb2ab751509acb900f30daa1c216bbd7ddbd305d..806991bb52df4ef5c21c76c2d13a16a661092dcc 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -240,6 +240,8 @@
'base/channel_mixer.h',
'base/clock.cc',
'base/clock.h',
+ 'base/container_names.cc',
+ 'base/container_names.h',
'base/data_buffer.cc',
'base/data_buffer.h',
'base/data_source.cc',
@@ -478,6 +480,8 @@
}, { # media_use_ffmpeg == 0
# Exclude the sources that depend on ffmpeg.
'sources!': [
+ 'base/container_names.cc',
+ 'base/container_names.h',
'base/media_posix.cc',
'ffmpeg/ffmpeg_common.cc',
'ffmpeg/ffmpeg_common.h',
@@ -946,6 +950,7 @@
'base/bit_reader_unittest.cc',
'base/channel_mixer_unittest.cc',
'base/clock_unittest.cc',
+ 'base/container_names_unittest.cc',
'base/data_buffer_unittest.cc',
'base/decoder_buffer_queue_unittest.cc',
'base/decoder_buffer_unittest.cc',
@@ -1048,6 +1053,7 @@
['OS=="android"', {
'sources!': [
'audio/audio_input_volume_unittest.cc',
+ 'base/container_names_unittest.cc',
'base/test_data_util.cc',
'base/test_data_util.h',
'ffmpeg/ffmpeg_common_unittest.cc',
« no previous file with comments | « media/filters/ffmpeg_glue.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698