| 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 25 matching lines...) Expand all Loading... |
| 36 'buffered_resource_loader.h', | 36 'buffered_resource_loader.h', |
| 37 'cache_util.cc', | 37 'cache_util.cc', |
| 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', |
| 47 'key_system_config_selector.h', |
| 46 'new_session_cdm_result_promise.cc', | 48 'new_session_cdm_result_promise.cc', |
| 47 'new_session_cdm_result_promise.h', | 49 'new_session_cdm_result_promise.h', |
| 48 'texttrack_impl.cc', | 50 'texttrack_impl.cc', |
| 49 'texttrack_impl.h', | 51 'texttrack_impl.h', |
| 50 'video_frame_compositor.cc', | 52 'video_frame_compositor.cc', |
| 51 'video_frame_compositor.h', | 53 'video_frame_compositor.h', |
| 52 'webaudiosourceprovider_impl.cc', | 54 'webaudiosourceprovider_impl.cc', |
| 53 'webaudiosourceprovider_impl.h', | 55 'webaudiosourceprovider_impl.h', |
| 54 'webcontentdecryptionmodule_impl.cc', | 56 'webcontentdecryptionmodule_impl.cc', |
| 55 'webcontentdecryptionmodule_impl.h', | 57 'webcontentdecryptionmodule_impl.h', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'mock_weburlloader.h', | 117 'mock_weburlloader.h', |
| 116 'run_all_unittests.cc', | 118 'run_all_unittests.cc', |
| 117 'test_response_generator.cc', | 119 'test_response_generator.cc', |
| 118 'test_response_generator.h', | 120 'test_response_generator.h', |
| 119 'video_frame_compositor_unittest.cc', | 121 'video_frame_compositor_unittest.cc', |
| 120 'webaudiosourceprovider_impl_unittest.cc', | 122 'webaudiosourceprovider_impl_unittest.cc', |
| 121 ], | 123 ], |
| 122 }, | 124 }, |
| 123 ] | 125 ] |
| 124 } | 126 } |
| OLD | NEW |