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 'includes': [ | 6 'includes': [ |
7 '../media_variables.gypi' | 7 '../media_variables.gypi' |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'cdm_session_adapter.h', | 46 'cdm_session_adapter.h', |
47 'encrypted_media_player_support.cc', | 47 'encrypted_media_player_support.cc', |
48 'encrypted_media_player_support.h', | 48 'encrypted_media_player_support.h', |
49 'interval_map.h', | 49 'interval_map.h', |
50 'key_system_config_selector.cc', | 50 'key_system_config_selector.cc', |
51 'key_system_config_selector.h', | 51 'key_system_config_selector.h', |
52 'lru.h', | 52 'lru.h', |
53 'media_blink_export.h', | 53 'media_blink_export.h', |
54 'multibuffer.cc', | 54 'multibuffer.cc', |
55 'multibuffer.h', | 55 'multibuffer.h', |
56 'multibuffer_reader.cc', | |
57 'multibuffer_reader.h', | |
58 'new_session_cdm_result_promise.cc', | 56 'new_session_cdm_result_promise.cc', |
59 'new_session_cdm_result_promise.h', | 57 'new_session_cdm_result_promise.h', |
60 'texttrack_impl.cc', | 58 'texttrack_impl.cc', |
61 'texttrack_impl.h', | 59 'texttrack_impl.h', |
62 'video_frame_compositor.cc', | 60 'video_frame_compositor.cc', |
63 'video_frame_compositor.h', | 61 'video_frame_compositor.h', |
64 'webaudiosourceprovider_impl.cc', | 62 'webaudiosourceprovider_impl.cc', |
65 'webaudiosourceprovider_impl.h', | 63 'webaudiosourceprovider_impl.h', |
66 'webcontentdecryptionmodule_impl.cc', | 64 'webcontentdecryptionmodule_impl.cc', |
67 'webcontentdecryptionmodule_impl.h', | 65 'webcontentdecryptionmodule_impl.h', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'buffered_data_source_host_impl_unittest.cc', | 121 'buffered_data_source_host_impl_unittest.cc', |
124 'buffered_data_source_unittest.cc', | 122 'buffered_data_source_unittest.cc', |
125 'buffered_resource_loader_unittest.cc', | 123 'buffered_resource_loader_unittest.cc', |
126 'cache_util_unittest.cc', | 124 'cache_util_unittest.cc', |
127 'interval_map_unittest.cc', | 125 'interval_map_unittest.cc', |
128 'key_system_config_selector_unittest.cc', | 126 'key_system_config_selector_unittest.cc', |
129 'lru_unittest.cc', | 127 'lru_unittest.cc', |
130 'mock_webframeclient.h', | 128 'mock_webframeclient.h', |
131 'mock_weburlloader.cc', | 129 'mock_weburlloader.cc', |
132 'mock_weburlloader.h', | 130 'mock_weburlloader.h', |
133 'multibuffer_unittest.cc', | |
134 'run_all_unittests.cc', | 131 'run_all_unittests.cc', |
135 'test_random.h', | 132 'test_random.h', |
136 'test_response_generator.cc', | 133 'test_response_generator.cc', |
137 'test_response_generator.h', | 134 'test_response_generator.h', |
138 'video_frame_compositor_unittest.cc', | 135 'video_frame_compositor_unittest.cc', |
139 'webaudiosourceprovider_impl_unittest.cc', | 136 'webaudiosourceprovider_impl_unittest.cc', |
140 ], | 137 ], |
141 }, | 138 }, |
142 ], | 139 ], |
143 'conditions': [ | 140 'conditions': [ |
(...skipping 18 matching lines...) Expand all Loading... |
162 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 159 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
163 ], | 160 ], |
164 } | 161 } |
165 ], | 162 ], |
166 ], | 163 ], |
167 }, | 164 }, |
168 ], | 165 ], |
169 }], | 166 }], |
170 ], | 167 ], |
171 } | 168 } |
OLD | NEW |