| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'cdm_result_promise_helper.h', | 44 'cdm_result_promise_helper.h', |
| 45 'cdm_session_adapter.cc', | 45 'cdm_session_adapter.cc', |
| 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 'key_system_config_selector.cc', | 49 'key_system_config_selector.cc', |
| 50 'key_system_config_selector.h', | 50 'key_system_config_selector.h', |
| 51 'lru.h', | 51 'lru.h', |
| 52 'multibuffer.cc', | 52 'multibuffer.cc', |
| 53 'multibuffer.h', | 53 'multibuffer.h', |
| 54 'multibuffer_data_source.cc', |
| 55 'multibuffer_data_source.h', |
| 54 'multibuffer_reader.cc', | 56 'multibuffer_reader.cc', |
| 55 'multibuffer_reader.h', | 57 'multibuffer_reader.h', |
| 58 'multibuffer_resource_loader.cc', |
| 59 'multibuffer_resource_loader.h', |
| 56 'new_session_cdm_result_promise.cc', | 60 'new_session_cdm_result_promise.cc', |
| 57 'new_session_cdm_result_promise.h', | 61 'new_session_cdm_result_promise.h', |
| 58 'rangemap.h', | 62 'rangemap.h', |
| 59 'texttrack_impl.cc', | 63 'texttrack_impl.cc', |
| 60 'texttrack_impl.h', | 64 'texttrack_impl.h', |
| 61 'url_index.cc', | 65 'url_index.cc', |
| 66 'url_index.cc', |
| 67 'url_index.h', |
| 62 'url_index.h', | 68 'url_index.h', |
| 63 'video_frame_compositor.cc', | 69 'video_frame_compositor.cc', |
| 64 'video_frame_compositor.h', | 70 'video_frame_compositor.h', |
| 65 'webaudiosourceprovider_impl.cc', | 71 'webaudiosourceprovider_impl.cc', |
| 66 'webaudiosourceprovider_impl.h', | 72 'webaudiosourceprovider_impl.h', |
| 67 'webcontentdecryptionmodule_impl.cc', | 73 'webcontentdecryptionmodule_impl.cc', |
| 68 'webcontentdecryptionmodule_impl.h', | 74 'webcontentdecryptionmodule_impl.h', |
| 69 'webcontentdecryptionmoduleaccess_impl.cc', | 75 'webcontentdecryptionmoduleaccess_impl.cc', |
| 70 'webcontentdecryptionmoduleaccess_impl.h', | 76 'webcontentdecryptionmoduleaccess_impl.h', |
| 71 'webcontentdecryptionmodulesession_impl.cc', | 77 'webcontentdecryptionmodulesession_impl.cc', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 'sources': [ | 129 'sources': [ |
| 124 'buffered_data_source_host_impl_unittest.cc', | 130 'buffered_data_source_host_impl_unittest.cc', |
| 125 'buffered_data_source_unittest.cc', | 131 'buffered_data_source_unittest.cc', |
| 126 'buffered_resource_loader_unittest.cc', | 132 'buffered_resource_loader_unittest.cc', |
| 127 'cache_util_unittest.cc', | 133 'cache_util_unittest.cc', |
| 128 'key_system_config_selector_unittest.cc', | 134 'key_system_config_selector_unittest.cc', |
| 129 'lru_unittest.cc', | 135 'lru_unittest.cc', |
| 130 'mock_webframeclient.h', | 136 'mock_webframeclient.h', |
| 131 'mock_weburlloader.cc', | 137 'mock_weburlloader.cc', |
| 132 'mock_weburlloader.h', | 138 'mock_weburlloader.h', |
| 139 'multibuffer_data_source_unittest.cc', |
| 133 'multibuffer_unittest.cc', | 140 'multibuffer_unittest.cc', |
| 134 'rangemap_unittest.cc', | 141 'rangemap_unittest.cc', |
| 135 'run_all_unittests.cc', | 142 'run_all_unittests.cc', |
| 136 'test_response_generator.cc', | 143 'test_response_generator.cc', |
| 137 'test_response_generator.h', | 144 'test_response_generator.h', |
| 138 'url_index_unittests.cc', | 145 'url_index_unittests.cc', |
| 139 'video_frame_compositor_unittest.cc', | 146 'video_frame_compositor_unittest.cc', |
| 140 'webaudiosourceprovider_impl_unittest.cc', | 147 'webaudiosourceprovider_impl_unittest.cc', |
| 141 ], | 148 ], |
| 142 }, | 149 }, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 163 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 170 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 164 ], | 171 ], |
| 165 } | 172 } |
| 166 ], | 173 ], |
| 167 ], | 174 ], |
| 168 }, | 175 }, |
| 169 ], | 176 ], |
| 170 }], | 177 }], |
| 171 ], | 178 ], |
| 172 } | 179 } |
| OLD | NEW |