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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'base/bitstream_buffer.h', 232 'base/bitstream_buffer.h',
233 'base/bit_reader.cc', 233 'base/bit_reader.cc',
234 'base/bit_reader.h', 234 'base/bit_reader.h',
235 'base/buffers.h', 235 'base/buffers.h',
236 'base/byte_queue.cc', 236 'base/byte_queue.cc',
237 'base/byte_queue.h', 237 'base/byte_queue.h',
238 'base/channel_mixer.cc', 238 'base/channel_mixer.cc',
239 'base/channel_mixer.h', 239 'base/channel_mixer.h',
240 'base/clock.cc', 240 'base/clock.cc',
241 'base/clock.h', 241 'base/clock.h',
242 'base/container_names.cc',
243 'base/container_names.h',
242 'base/data_buffer.cc', 244 'base/data_buffer.cc',
243 'base/data_buffer.h', 245 'base/data_buffer.h',
244 'base/data_source.cc', 246 'base/data_source.cc',
245 'base/data_source.h', 247 'base/data_source.h',
246 'base/decoder_buffer.cc', 248 'base/decoder_buffer.cc',
247 'base/decoder_buffer.h', 249 'base/decoder_buffer.h',
248 'base/decoder_buffer_queue.cc', 250 'base/decoder_buffer_queue.cc',
249 'base/decoder_buffer_queue.h', 251 'base/decoder_buffer_queue.h',
250 'base/decryptor.cc', 252 'base/decryptor.cc',
251 'base/decryptor.h', 253 'base/decryptor.h',
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 'base/audio_hash_unittest.cc', 937 'base/audio_hash_unittest.cc',
936 'base/audio_pull_fifo_unittest.cc', 938 'base/audio_pull_fifo_unittest.cc',
937 'base/audio_renderer_mixer_input_unittest.cc', 939 'base/audio_renderer_mixer_input_unittest.cc',
938 'base/audio_renderer_mixer_unittest.cc', 940 'base/audio_renderer_mixer_unittest.cc',
939 'base/audio_splicer_unittest.cc', 941 'base/audio_splicer_unittest.cc',
940 'base/audio_timestamp_helper_unittest.cc', 942 'base/audio_timestamp_helper_unittest.cc',
941 'base/bind_to_loop_unittest.cc', 943 'base/bind_to_loop_unittest.cc',
942 'base/bit_reader_unittest.cc', 944 'base/bit_reader_unittest.cc',
943 'base/channel_mixer_unittest.cc', 945 'base/channel_mixer_unittest.cc',
944 'base/clock_unittest.cc', 946 'base/clock_unittest.cc',
947 'base/container_names_unittest.cc',
945 'base/data_buffer_unittest.cc', 948 'base/data_buffer_unittest.cc',
946 'base/decoder_buffer_queue_unittest.cc', 949 'base/decoder_buffer_queue_unittest.cc',
947 'base/decoder_buffer_unittest.cc', 950 'base/decoder_buffer_unittest.cc',
948 'base/djb2_unittest.cc', 951 'base/djb2_unittest.cc',
949 'base/gmock_callback_support_unittest.cc', 952 'base/gmock_callback_support_unittest.cc',
950 'base/multi_channel_resampler_unittest.cc', 953 'base/multi_channel_resampler_unittest.cc',
951 'base/pipeline_unittest.cc', 954 'base/pipeline_unittest.cc',
952 'base/ranges_unittest.cc', 955 'base/ranges_unittest.cc',
953 'base/run_all_unittests.cc', 956 'base/run_all_unittests.cc',
954 'base/scoped_histogram_timer_unittest.cc', 957 'base/scoped_histogram_timer_unittest.cc',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 ], 1727 ],
1725 'sources': [ 1728 'sources': [
1726 'base/simd/sinc_resampler_sse.cc', 1729 'base/simd/sinc_resampler_sse.cc',
1727 'base/simd/vector_math_sse.cc', 1730 'base/simd/vector_math_sse.cc',
1728 ], 1731 ],
1729 }, # end of target media_sse 1732 }, # end of target media_sse
1730 ], 1733 ],
1731 }], 1734 }],
1732 ], 1735 ],
1733 } 1736 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698