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

Side by Side Diff: media/media.gyp

Issue 14827002: Report timing statistics for audio controller methods via UMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: TimeTicks -> TimeDelta. 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 | Annotate | Revision Log
« no previous file with comments | « media/base/scoped_histogram_timer_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'base/media_switches.h', 269 'base/media_switches.h',
270 'base/media_win.cc', 270 'base/media_win.cc',
271 'base/multi_channel_resampler.cc', 271 'base/multi_channel_resampler.cc',
272 'base/multi_channel_resampler.h', 272 'base/multi_channel_resampler.h',
273 'base/pipeline.cc', 273 'base/pipeline.cc',
274 'base/pipeline.h', 274 'base/pipeline.h',
275 'base/pipeline_status.cc', 275 'base/pipeline_status.cc',
276 'base/pipeline_status.h', 276 'base/pipeline_status.h',
277 'base/ranges.cc', 277 'base/ranges.cc',
278 'base/ranges.h', 278 'base/ranges.h',
279 'base/scoped_histogram_timer.h',
279 'base/seekable_buffer.cc', 280 'base/seekable_buffer.cc',
280 'base/seekable_buffer.h', 281 'base/seekable_buffer.h',
281 'base/serial_runner.cc', 282 'base/serial_runner.cc',
282 'base/serial_runner.h', 283 'base/serial_runner.h',
283 'base/sinc_resampler.cc', 284 'base/sinc_resampler.cc',
284 'base/sinc_resampler.h', 285 'base/sinc_resampler.h',
285 'base/stream_parser.cc', 286 'base/stream_parser.cc',
286 'base/stream_parser.h', 287 'base/stream_parser.h',
287 'base/stream_parser_buffer.cc', 288 'base/stream_parser_buffer.cc',
288 'base/stream_parser_buffer.h', 289 'base/stream_parser_buffer.h',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'base/clock_unittest.cc', 944 'base/clock_unittest.cc',
944 'base/data_buffer_unittest.cc', 945 'base/data_buffer_unittest.cc',
945 'base/decoder_buffer_queue_unittest.cc', 946 'base/decoder_buffer_queue_unittest.cc',
946 'base/decoder_buffer_unittest.cc', 947 'base/decoder_buffer_unittest.cc',
947 'base/djb2_unittest.cc', 948 'base/djb2_unittest.cc',
948 'base/gmock_callback_support_unittest.cc', 949 'base/gmock_callback_support_unittest.cc',
949 'base/multi_channel_resampler_unittest.cc', 950 'base/multi_channel_resampler_unittest.cc',
950 'base/pipeline_unittest.cc', 951 'base/pipeline_unittest.cc',
951 'base/ranges_unittest.cc', 952 'base/ranges_unittest.cc',
952 'base/run_all_unittests.cc', 953 'base/run_all_unittests.cc',
954 'base/scoped_histogram_timer_unittest.cc',
953 'base/seekable_buffer_unittest.cc', 955 'base/seekable_buffer_unittest.cc',
954 'base/sinc_resampler_unittest.cc', 956 'base/sinc_resampler_unittest.cc',
955 'base/test_data_util.cc', 957 'base/test_data_util.cc',
956 'base/test_data_util.h', 958 'base/test_data_util.h',
957 'base/vector_math_testing.h', 959 'base/vector_math_testing.h',
958 'base/vector_math_unittest.cc', 960 'base/vector_math_unittest.cc',
959 'base/video_frame_unittest.cc', 961 'base/video_frame_unittest.cc',
960 'base/video_util_unittest.cc', 962 'base/video_util_unittest.cc',
961 'base/yuv_convert_unittest.cc', 963 'base/yuv_convert_unittest.cc',
962 'crypto/aes_decryptor_unittest.cc', 964 'crypto/aes_decryptor_unittest.cc',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 ], 1714 ],
1713 'sources': [ 1715 'sources': [
1714 'base/simd/sinc_resampler_sse.cc', 1716 'base/simd/sinc_resampler_sse.cc',
1715 'base/simd/vector_math_sse.cc', 1717 'base/simd/vector_math_sse.cc',
1716 ], 1718 ],
1717 }, # end of target media_sse 1719 }, # end of target media_sse
1718 ], 1720 ],
1719 }], 1721 }],
1720 ], 1722 ],
1721 } 1723 }
OLDNEW
« no previous file with comments | « media/base/scoped_histogram_timer_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698