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

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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'base/bitstream_buffer.h', 234 'base/bitstream_buffer.h',
235 'base/bit_reader.cc', 235 'base/bit_reader.cc',
236 'base/bit_reader.h', 236 'base/bit_reader.h',
237 'base/buffers.h', 237 'base/buffers.h',
238 'base/byte_queue.cc', 238 'base/byte_queue.cc',
239 'base/byte_queue.h', 239 'base/byte_queue.h',
240 'base/channel_mixer.cc', 240 'base/channel_mixer.cc',
241 'base/channel_mixer.h', 241 'base/channel_mixer.h',
242 'base/clock.cc', 242 'base/clock.cc',
243 'base/clock.h', 243 'base/clock.h',
244 'base/container_names.cc',
245 'base/container_names.h',
244 'base/data_buffer.cc', 246 'base/data_buffer.cc',
245 'base/data_buffer.h', 247 'base/data_buffer.h',
246 'base/data_source.cc', 248 'base/data_source.cc',
247 'base/data_source.h', 249 'base/data_source.h',
248 'base/decoder_buffer.cc', 250 'base/decoder_buffer.cc',
249 'base/decoder_buffer.h', 251 'base/decoder_buffer.h',
250 'base/decoder_buffer_queue.cc', 252 'base/decoder_buffer_queue.cc',
251 'base/decoder_buffer_queue.h', 253 'base/decoder_buffer_queue.h',
252 'base/decryptor.cc', 254 'base/decryptor.cc',
253 'base/decryptor.h', 255 'base/decryptor.h',
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'base/audio_hash_unittest.cc', 939 'base/audio_hash_unittest.cc',
938 'base/audio_pull_fifo_unittest.cc', 940 'base/audio_pull_fifo_unittest.cc',
939 'base/audio_renderer_mixer_input_unittest.cc', 941 'base/audio_renderer_mixer_input_unittest.cc',
940 'base/audio_renderer_mixer_unittest.cc', 942 'base/audio_renderer_mixer_unittest.cc',
941 'base/audio_splicer_unittest.cc', 943 'base/audio_splicer_unittest.cc',
942 'base/audio_timestamp_helper_unittest.cc', 944 'base/audio_timestamp_helper_unittest.cc',
943 'base/bind_to_loop_unittest.cc', 945 'base/bind_to_loop_unittest.cc',
944 'base/bit_reader_unittest.cc', 946 'base/bit_reader_unittest.cc',
945 'base/channel_mixer_unittest.cc', 947 'base/channel_mixer_unittest.cc',
946 'base/clock_unittest.cc', 948 'base/clock_unittest.cc',
949 'base/container_names_unittest.cc',
947 'base/data_buffer_unittest.cc', 950 'base/data_buffer_unittest.cc',
948 'base/decoder_buffer_queue_unittest.cc', 951 'base/decoder_buffer_queue_unittest.cc',
949 'base/decoder_buffer_unittest.cc', 952 'base/decoder_buffer_unittest.cc',
950 'base/djb2_unittest.cc', 953 'base/djb2_unittest.cc',
951 'base/gmock_callback_support_unittest.cc', 954 'base/gmock_callback_support_unittest.cc',
952 'base/multi_channel_resampler_unittest.cc', 955 'base/multi_channel_resampler_unittest.cc',
953 'base/pipeline_unittest.cc', 956 'base/pipeline_unittest.cc',
954 'base/ranges_unittest.cc', 957 'base/ranges_unittest.cc',
955 'base/run_all_unittests.cc', 958 'base/run_all_unittests.cc',
956 'base/scoped_histogram_timer_unittest.cc', 959 'base/scoped_histogram_timer_unittest.cc',
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 ], 1720 ],
1718 'sources': [ 1721 'sources': [
1719 'base/simd/sinc_resampler_sse.cc', 1722 'base/simd/sinc_resampler_sse.cc',
1720 'base/simd/vector_math_sse.cc', 1723 'base/simd/vector_math_sse.cc',
1721 ], 1724 ],
1722 }, # end of target media_sse 1725 }, # end of target media_sse
1723 ], 1726 ],
1724 }], 1727 }],
1725 ], 1728 ],
1726 } 1729 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698