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

Side by Side Diff: media/media.gyp

Issue 452643002: Add UMA reporting to CdmPromise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually add the test. Created 6 years, 4 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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'base/audio_pull_fifo_unittest.cc', 1065 'base/audio_pull_fifo_unittest.cc',
1066 'base/audio_renderer_mixer_input_unittest.cc', 1066 'base/audio_renderer_mixer_input_unittest.cc',
1067 'base/audio_renderer_mixer_unittest.cc', 1067 'base/audio_renderer_mixer_unittest.cc',
1068 'base/audio_splicer_unittest.cc', 1068 'base/audio_splicer_unittest.cc',
1069 'base/audio_timestamp_helper_unittest.cc', 1069 'base/audio_timestamp_helper_unittest.cc',
1070 'base/audio_video_metadata_extractor_unittest.cc', 1070 'base/audio_video_metadata_extractor_unittest.cc',
1071 'base/bind_to_current_loop_unittest.cc', 1071 'base/bind_to_current_loop_unittest.cc',
1072 'base/bit_reader_unittest.cc', 1072 'base/bit_reader_unittest.cc',
1073 'base/callback_holder.h', 1073 'base/callback_holder.h',
1074 'base/callback_holder_unittest.cc', 1074 'base/callback_holder_unittest.cc',
1075 'base/cdm_promise_unittest.cc',
1075 'base/channel_mixer_unittest.cc', 1076 'base/channel_mixer_unittest.cc',
1076 'base/container_names_unittest.cc', 1077 'base/container_names_unittest.cc',
1077 'base/data_buffer_unittest.cc', 1078 'base/data_buffer_unittest.cc',
1078 'base/decoder_buffer_queue_unittest.cc', 1079 'base/decoder_buffer_queue_unittest.cc',
1079 'base/decoder_buffer_unittest.cc', 1080 'base/decoder_buffer_unittest.cc',
1080 'base/djb2_unittest.cc', 1081 'base/djb2_unittest.cc',
1081 'base/gmock_callback_support_unittest.cc', 1082 'base/gmock_callback_support_unittest.cc',
1082 'base/media_file_checker_unittest.cc', 1083 'base/media_file_checker_unittest.cc',
1083 'base/multi_channel_resampler_unittest.cc', 1084 'base/multi_channel_resampler_unittest.cc',
1084 'base/pipeline_unittest.cc', 1085 'base/pipeline_unittest.cc',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 ], 1748 ],
1748 }], 1749 }],
1749 ], 1750 ],
1750 }], 1751 }],
1751 ], 1752 ],
1752 }, 1753 },
1753 ], 1754 ],
1754 }], 1755 }],
1755 ], 1756 ],
1756 } 1757 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698