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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //media/blink | 8 # GN version: //media/blink |
9 'target_name': 'media_blink', | 9 'target_name': 'media_blink', |
10 'type': '<(component)', | 10 'type': '<(component)', |
(...skipping 27 matching lines...) Expand all Loading... |
38 'cache_util.h', | 38 'cache_util.h', |
39 'cdm_result_promise.h', | 39 'cdm_result_promise.h', |
40 'cdm_result_promise_helper.cc', | 40 'cdm_result_promise_helper.cc', |
41 'cdm_result_promise_helper.h', | 41 'cdm_result_promise_helper.h', |
42 'cdm_session_adapter.cc', | 42 'cdm_session_adapter.cc', |
43 'cdm_session_adapter.h', | 43 'cdm_session_adapter.h', |
44 'encrypted_media_player_support.cc', | 44 'encrypted_media_player_support.cc', |
45 'encrypted_media_player_support.h', | 45 'encrypted_media_player_support.h', |
46 'key_system_config_selector.cc', | 46 'key_system_config_selector.cc', |
47 'key_system_config_selector.h', | 47 'key_system_config_selector.h', |
| 48 'lru.h', |
| 49 'multibuffer.cc', |
| 50 'multibuffer.h', |
48 'new_session_cdm_result_promise.cc', | 51 'new_session_cdm_result_promise.cc', |
49 'new_session_cdm_result_promise.h', | 52 'new_session_cdm_result_promise.h', |
| 53 'rangemap.h', |
50 'texttrack_impl.cc', | 54 'texttrack_impl.cc', |
51 'texttrack_impl.h', | 55 'texttrack_impl.h', |
52 'video_frame_compositor.cc', | 56 'video_frame_compositor.cc', |
53 'video_frame_compositor.h', | 57 'video_frame_compositor.h', |
| 58 'waiter_index.cc', |
| 59 'waiter_index.h', |
54 'webaudiosourceprovider_impl.cc', | 60 'webaudiosourceprovider_impl.cc', |
55 'webaudiosourceprovider_impl.h', | 61 'webaudiosourceprovider_impl.h', |
56 'webcontentdecryptionmodule_impl.cc', | 62 'webcontentdecryptionmodule_impl.cc', |
57 'webcontentdecryptionmodule_impl.h', | 63 'webcontentdecryptionmodule_impl.h', |
58 'webcontentdecryptionmoduleaccess_impl.cc', | 64 'webcontentdecryptionmoduleaccess_impl.cc', |
59 'webcontentdecryptionmoduleaccess_impl.h', | 65 'webcontentdecryptionmoduleaccess_impl.h', |
60 'webcontentdecryptionmodulesession_impl.cc', | 66 'webcontentdecryptionmodulesession_impl.cc', |
61 'webcontentdecryptionmodulesession_impl.h', | 67 'webcontentdecryptionmodulesession_impl.h', |
62 'webencryptedmediaclient_impl.cc', | 68 'webencryptedmediaclient_impl.cc', |
63 'webencryptedmediaclient_impl.h', | 69 'webencryptedmediaclient_impl.h', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 '../../ui/gfx/gfx.gyp:gfx_geometry', | 112 '../../ui/gfx/gfx.gyp:gfx_geometry', |
107 '../../ui/gfx/gfx.gyp:gfx_test_support', | 113 '../../ui/gfx/gfx.gyp:gfx_test_support', |
108 '../../url/url.gyp:url_lib', | 114 '../../url/url.gyp:url_lib', |
109 ], | 115 ], |
110 'sources': [ | 116 'sources': [ |
111 'buffered_data_source_host_impl_unittest.cc', | 117 'buffered_data_source_host_impl_unittest.cc', |
112 'buffered_data_source_unittest.cc', | 118 'buffered_data_source_unittest.cc', |
113 'buffered_resource_loader_unittest.cc', | 119 'buffered_resource_loader_unittest.cc', |
114 'cache_util_unittest.cc', | 120 'cache_util_unittest.cc', |
115 'key_system_config_selector_unittest.cc', | 121 'key_system_config_selector_unittest.cc', |
| 122 'lru_unittests.cc', |
116 'mock_webframeclient.h', | 123 'mock_webframeclient.h', |
117 'mock_weburlloader.cc', | 124 'mock_weburlloader.cc', |
118 'mock_weburlloader.h', | 125 'mock_weburlloader.h', |
| 126 'rangemap_unittests.cc', |
119 'run_all_unittests.cc', | 127 'run_all_unittests.cc', |
120 'test_response_generator.cc', | 128 'test_response_generator.cc', |
121 'test_response_generator.h', | 129 'test_response_generator.h', |
122 'video_frame_compositor_unittest.cc', | 130 'video_frame_compositor_unittest.cc', |
123 'webaudiosourceprovider_impl_unittest.cc', | 131 'webaudiosourceprovider_impl_unittest.cc', |
124 ], | 132 ], |
125 }, | 133 }, |
126 ] | 134 ] |
127 } | 135 } |
OLD | NEW |