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

Side by Side Diff: media/BUILD.gn

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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 "base/audio_hash_unittest.cc", 646 "base/audio_hash_unittest.cc",
647 "base/audio_pull_fifo_unittest.cc", 647 "base/audio_pull_fifo_unittest.cc",
648 "base/audio_renderer_mixer_input_unittest.cc", 648 "base/audio_renderer_mixer_input_unittest.cc",
649 "base/audio_renderer_mixer_unittest.cc", 649 "base/audio_renderer_mixer_unittest.cc",
650 "base/audio_splicer_unittest.cc", 650 "base/audio_splicer_unittest.cc",
651 "base/audio_timestamp_helper_unittest.cc", 651 "base/audio_timestamp_helper_unittest.cc",
652 "base/bind_to_current_loop_unittest.cc", 652 "base/bind_to_current_loop_unittest.cc",
653 "base/bit_reader_unittest.cc", 653 "base/bit_reader_unittest.cc",
654 "base/callback_holder.h", 654 "base/callback_holder.h",
655 "base/callback_holder_unittest.cc", 655 "base/callback_holder_unittest.cc",
656 "base/cdm_promise_unittest.cc",
656 "base/channel_mixer_unittest.cc", 657 "base/channel_mixer_unittest.cc",
657 "base/data_buffer_unittest.cc", 658 "base/data_buffer_unittest.cc",
658 "base/decoder_buffer_queue_unittest.cc", 659 "base/decoder_buffer_queue_unittest.cc",
659 "base/decoder_buffer_unittest.cc", 660 "base/decoder_buffer_unittest.cc",
660 "base/djb2_unittest.cc", 661 "base/djb2_unittest.cc",
661 "base/gmock_callback_support_unittest.cc", 662 "base/gmock_callback_support_unittest.cc",
662 "base/multi_channel_resampler_unittest.cc", 663 "base/multi_channel_resampler_unittest.cc",
663 "base/pipeline_unittest.cc", 664 "base/pipeline_unittest.cc",
664 "base/ranges_unittest.cc", 665 "base/ranges_unittest.cc",
665 "base/run_all_unittests.cc", 666 "base/run_all_unittests.cc",
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 "base/android/java/src/org/chromium/media/ImageFormat.template", 1159 "base/android/java/src/org/chromium/media/ImageFormat.template",
1159 ] 1160 ]
1160 inputs = [ 1161 inputs = [
1161 "video/capture/android/imageformat_list.h" 1162 "video/capture/android/imageformat_list.h"
1162 ] 1163 ]
1163 package_name = "org/chromium/media" 1164 package_name = "org/chromium/media"
1164 } 1165 }
1165 1166
1166 # TODO(dalecurtis): Finish media_unittests_apk and media_perftests_apk. 1167 # TODO(dalecurtis): Finish media_unittests_apk and media_perftests_apk.
1167 } 1168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698