| OLD | NEW |
| 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("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 | 6 |
| 7 component("blink") { | 7 component("blink") { |
| 8 output_name = "media_blink" | 8 output_name = "media_blink" |
| 9 | 9 |
| 10 deps = [ | 10 deps = [ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "buffered_resource_loader.h", | 35 "buffered_resource_loader.h", |
| 36 "cache_util.cc", | 36 "cache_util.cc", |
| 37 "cache_util.h", | 37 "cache_util.h", |
| 38 "cdm_result_promise.h", | 38 "cdm_result_promise.h", |
| 39 "cdm_result_promise_helper.cc", | 39 "cdm_result_promise_helper.cc", |
| 40 "cdm_result_promise_helper.h", | 40 "cdm_result_promise_helper.h", |
| 41 "cdm_session_adapter.cc", | 41 "cdm_session_adapter.cc", |
| 42 "cdm_session_adapter.h", | 42 "cdm_session_adapter.h", |
| 43 "encrypted_media_player_support.cc", | 43 "encrypted_media_player_support.cc", |
| 44 "encrypted_media_player_support.h", | 44 "encrypted_media_player_support.h", |
| 45 "key_system_config_selector.cc", |
| 46 "key_system_config_selector.h", |
| 45 "new_session_cdm_result_promise.cc", | 47 "new_session_cdm_result_promise.cc", |
| 46 "new_session_cdm_result_promise.h", | 48 "new_session_cdm_result_promise.h", |
| 47 "texttrack_impl.cc", | 49 "texttrack_impl.cc", |
| 48 "texttrack_impl.h", | 50 "texttrack_impl.h", |
| 49 "video_frame_compositor.cc", | 51 "video_frame_compositor.cc", |
| 50 "video_frame_compositor.h", | 52 "video_frame_compositor.h", |
| 51 "webaudiosourceprovider_impl.cc", | 53 "webaudiosourceprovider_impl.cc", |
| 52 "webaudiosourceprovider_impl.h", | 54 "webaudiosourceprovider_impl.h", |
| 53 "webcontentdecryptionmodule_impl.cc", | 55 "webcontentdecryptionmodule_impl.cc", |
| 54 "webcontentdecryptionmodule_impl.h", | 56 "webcontentdecryptionmodule_impl.h", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "mock_weburlloader.cc", | 118 "mock_weburlloader.cc", |
| 117 "mock_weburlloader.h", | 119 "mock_weburlloader.h", |
| 118 "run_all_unittests.cc", | 120 "run_all_unittests.cc", |
| 119 "test_response_generator.cc", | 121 "test_response_generator.cc", |
| 120 "test_response_generator.h", | 122 "test_response_generator.h", |
| 121 "video_frame_compositor_unittest.cc", | 123 "video_frame_compositor_unittest.cc", |
| 122 "webaudiosourceprovider_impl_unittest.cc", | 124 "webaudiosourceprovider_impl_unittest.cc", |
| 123 ] | 125 ] |
| 124 } | 126 } |
| 125 } | 127 } |
| OLD | NEW |