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

Side by Side Diff: media/BUILD.gn

Issue 1673383002: Add allocator interface for use by cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add MEDIA_CDM_EXPORT for Windows Created 4 years, 10 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
« no previous file with comments | « no previous file | media/cdm/aes_decryptor_unittest.cc » ('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 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "capture/video/win/video_capture_device_mf_win.cc", 167 "capture/video/win/video_capture_device_mf_win.cc",
168 "capture/video/win/video_capture_device_mf_win.h", 168 "capture/video/win/video_capture_device_mf_win.h",
169 "capture/video/win/video_capture_device_win.cc", 169 "capture/video/win/video_capture_device_win.cc",
170 "capture/video/win/video_capture_device_win.h", 170 "capture/video/win/video_capture_device_win.h",
171 "capture/webm_muxer.cc", 171 "capture/webm_muxer.cc",
172 "capture/webm_muxer.h", 172 "capture/webm_muxer.h",
173 "cdm/aes_decryptor.cc", 173 "cdm/aes_decryptor.cc",
174 "cdm/aes_decryptor.h", 174 "cdm/aes_decryptor.h",
175 "cdm/cdm_adapter.cc", 175 "cdm/cdm_adapter.cc",
176 "cdm/cdm_adapter.h", 176 "cdm/cdm_adapter.h",
177 "cdm/cdm_buffer_impl.cc", 177 "cdm/cdm_allocator.cc",
178 "cdm/cdm_buffer_impl.h", 178 "cdm/cdm_allocator.h",
179 "cdm/cdm_helpers.cc", 179 "cdm/cdm_helpers.cc",
180 "cdm/cdm_helpers.h", 180 "cdm/cdm_helpers.h",
181 "cdm/default_cdm_factory.cc", 181 "cdm/default_cdm_factory.cc",
182 "cdm/default_cdm_factory.h", 182 "cdm/default_cdm_factory.h",
183 "cdm/json_web_key.cc", 183 "cdm/json_web_key.cc",
184 "cdm/json_web_key.h", 184 "cdm/json_web_key.h",
185 "cdm/key_system_names.cc", 185 "cdm/key_system_names.cc",
186 "cdm/key_system_names.h", 186 "cdm/key_system_names.h",
187 "cdm/player_tracker_impl.cc", 187 "cdm/player_tracker_impl.cc",
188 "cdm/player_tracker_impl.h", 188 "cdm/player_tracker_impl.h",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "capture/content/feedback_signal_accumulator_unittest.cc", 617 "capture/content/feedback_signal_accumulator_unittest.cc",
618 "capture/content/smooth_event_sampler_unittest.cc", 618 "capture/content/smooth_event_sampler_unittest.cc",
619 "capture/content/video_capture_oracle_unittest.cc", 619 "capture/content/video_capture_oracle_unittest.cc",
620 "capture/video/fake_video_capture_device_unittest.cc", 620 "capture/video/fake_video_capture_device_unittest.cc",
621 "capture/video/video_capture_device_unittest.cc", 621 "capture/video/video_capture_device_unittest.cc",
622 "capture/webm_muxer_unittest.cc", 622 "capture/webm_muxer_unittest.cc",
623 "cdm/aes_decryptor_unittest.cc", 623 "cdm/aes_decryptor_unittest.cc",
624 "cdm/external_clear_key_test_helper.cc", 624 "cdm/external_clear_key_test_helper.cc",
625 "cdm/external_clear_key_test_helper.h", 625 "cdm/external_clear_key_test_helper.h",
626 "cdm/json_web_key_unittest.cc", 626 "cdm/json_web_key_unittest.cc",
627 "cdm/simple_cdm_allocator.cc",
628 "cdm/simple_cdm_allocator.h",
629 "cdm/simple_cdm_allocator_unittest.cc",
630 "cdm/simple_cdm_buffer.cc",
631 "cdm/simple_cdm_buffer.h",
627 "filters/audio_clock_unittest.cc", 632 "filters/audio_clock_unittest.cc",
628 "filters/audio_decoder_selector_unittest.cc", 633 "filters/audio_decoder_selector_unittest.cc",
629 "filters/audio_renderer_algorithm_unittest.cc", 634 "filters/audio_renderer_algorithm_unittest.cc",
630 "filters/chunk_demuxer_unittest.cc", 635 "filters/chunk_demuxer_unittest.cc",
631 "filters/decrypting_audio_decoder_unittest.cc", 636 "filters/decrypting_audio_decoder_unittest.cc",
632 "filters/decrypting_demuxer_stream_unittest.cc", 637 "filters/decrypting_demuxer_stream_unittest.cc",
633 "filters/decrypting_video_decoder_unittest.cc", 638 "filters/decrypting_video_decoder_unittest.cc",
634 "filters/fake_video_decoder.cc", 639 "filters/fake_video_decoder.cc",
635 "filters/fake_video_decoder.h", 640 "filters/fake_video_decoder.h",
636 "filters/fake_video_decoder_unittest.cc", 641 "filters/fake_video_decoder_unittest.cc",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "//media/base:test_support", 916 "//media/base:test_support",
912 "//media/test:pipeline_integration_tests", 917 "//media/test:pipeline_integration_tests",
913 "//testing/gmock", 918 "//testing/gmock",
914 "//testing/gtest", 919 "//testing/gtest",
915 "//third_party/ffmpeg", 920 "//third_party/ffmpeg",
916 "//ui/gfx:test_support", 921 "//ui/gfx:test_support",
917 "//ui/gfx/geometry", 922 "//ui/gfx/geometry",
918 ] 923 ]
919 } 924 }
920 } 925 }
OLDNEW
« no previous file with comments | « no previous file | media/cdm/aes_decryptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698