| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 56 'multibuffer_reader.cc', |
| 57 'multibuffer_reader.h', | 57 'multibuffer_reader.h', |
| 58 'new_session_cdm_result_promise.cc', | 58 'new_session_cdm_result_promise.cc', |
| 59 'new_session_cdm_result_promise.h', | 59 'new_session_cdm_result_promise.h', |
| 60 'resource_multibuffer_data_provider.cc', |
| 61 'resource_multibuffer_data_provider.h', |
| 60 'texttrack_impl.cc', | 62 'texttrack_impl.cc', |
| 61 'texttrack_impl.h', | 63 'texttrack_impl.h', |
| 64 'url_index.cc', |
| 65 'url_index.h', |
| 62 'video_frame_compositor.cc', | 66 'video_frame_compositor.cc', |
| 63 'video_frame_compositor.h', | 67 'video_frame_compositor.h', |
| 64 'webaudiosourceprovider_impl.cc', | 68 'webaudiosourceprovider_impl.cc', |
| 65 'webaudiosourceprovider_impl.h', | 69 'webaudiosourceprovider_impl.h', |
| 66 'webcontentdecryptionmodule_impl.cc', | 70 'webcontentdecryptionmodule_impl.cc', |
| 67 'webcontentdecryptionmodule_impl.h', | 71 'webcontentdecryptionmodule_impl.h', |
| 68 'webcontentdecryptionmoduleaccess_impl.cc', | 72 'webcontentdecryptionmoduleaccess_impl.cc', |
| 69 'webcontentdecryptionmoduleaccess_impl.h', | 73 'webcontentdecryptionmoduleaccess_impl.h', |
| 70 'webcontentdecryptionmodulesession_impl.cc', | 74 'webcontentdecryptionmodulesession_impl.cc', |
| 71 'webcontentdecryptionmodulesession_impl.h', | 75 'webcontentdecryptionmodulesession_impl.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'buffered_data_source_unittest.cc', | 128 'buffered_data_source_unittest.cc', |
| 125 'buffered_resource_loader_unittest.cc', | 129 'buffered_resource_loader_unittest.cc', |
| 126 'cache_util_unittest.cc', | 130 'cache_util_unittest.cc', |
| 127 'interval_map_unittest.cc', | 131 'interval_map_unittest.cc', |
| 128 'key_system_config_selector_unittest.cc', | 132 'key_system_config_selector_unittest.cc', |
| 129 'lru_unittest.cc', | 133 'lru_unittest.cc', |
| 130 'mock_webframeclient.h', | 134 'mock_webframeclient.h', |
| 131 'mock_weburlloader.cc', | 135 'mock_weburlloader.cc', |
| 132 'mock_weburlloader.h', | 136 'mock_weburlloader.h', |
| 133 'multibuffer_unittest.cc', | 137 'multibuffer_unittest.cc', |
| 138 'resource_multibuffer_data_provider_unittest.cc', |
| 134 'run_all_unittests.cc', | 139 'run_all_unittests.cc', |
| 135 'test_random.h', | 140 'test_random.h', |
| 136 'test_response_generator.cc', | 141 'test_response_generator.cc', |
| 137 'test_response_generator.h', | 142 'test_response_generator.h', |
| 143 'url_index_unittest.cc', |
| 138 'video_frame_compositor_unittest.cc', | 144 'video_frame_compositor_unittest.cc', |
| 139 'webaudiosourceprovider_impl_unittest.cc', | 145 'webaudiosourceprovider_impl_unittest.cc', |
| 140 ], | 146 ], |
| 141 }, | 147 }, |
| 142 ], | 148 ], |
| 143 'conditions': [ | 149 'conditions': [ |
| 144 ['test_isolation_mode != "noop"', { | 150 ['test_isolation_mode != "noop"', { |
| 145 'targets': [ | 151 'targets': [ |
| 146 { | 152 { |
| 147 'target_name': 'media_blink_unittests_run', | 153 'target_name': 'media_blink_unittests_run', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 162 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 168 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 163 ], | 169 ], |
| 164 } | 170 } |
| 165 ], | 171 ], |
| 166 ], | 172 ], |
| 167 }, | 173 }, |
| 168 ], | 174 ], |
| 169 }], | 175 }], |
| 170 ], | 176 ], |
| 171 } | 177 } |
| OLD | NEW |