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 14 matching lines...) Expand all Loading... | |
25 # This sources list is duplicated in //media/blink/BUILD.gn | 25 # This sources list is duplicated in //media/blink/BUILD.gn |
26 'sources': [ | 26 'sources': [ |
27 'active_loader.cc', | 27 'active_loader.cc', |
28 'active_loader.h', | 28 'active_loader.h', |
29 'buffered_data_source.cc', | 29 'buffered_data_source.cc', |
30 'buffered_data_source.h', | 30 'buffered_data_source.h', |
31 'buffered_data_source_host_impl.cc', | 31 'buffered_data_source_host_impl.cc', |
32 'buffered_data_source_host_impl.h', | 32 'buffered_data_source_host_impl.h', |
33 'buffered_resource_loader.cc', | 33 'buffered_resource_loader.cc', |
34 'buffered_resource_loader.h', | 34 'buffered_resource_loader.h', |
35 'cdm_result_promise.h', | |
36 'cdm_result_promise_helper.cc', | |
37 'cdm_result_promise_helper.h', | |
35 'encrypted_media_player_support.cc', | 38 'encrypted_media_player_support.cc', |
36 'encrypted_media_player_support.h', | 39 'encrypted_media_player_support.h', |
37 'cache_util.cc', | 40 'cache_util.cc', |
jrummell
2014/10/16 00:20:16
Should you move cache_util.* up to match what you
xhwang
2014/10/16 04:25:44
Done.
| |
38 'cache_util.h', | 41 'cache_util.h', |
42 'new_session_cdm_result_promise.cc', | |
43 'new_session_cdm_result_promise.h', | |
39 'null_encrypted_media_player_support.cc', | 44 'null_encrypted_media_player_support.cc', |
40 'null_encrypted_media_player_support.h', | 45 'null_encrypted_media_player_support.h', |
41 'texttrack_impl.cc', | 46 'texttrack_impl.cc', |
42 'texttrack_impl.h', | 47 'texttrack_impl.h', |
43 'video_frame_compositor.cc', | 48 'video_frame_compositor.cc', |
44 'video_frame_compositor.h', | 49 'video_frame_compositor.h', |
45 'webaudiosourceprovider_impl.cc', | 50 'webaudiosourceprovider_impl.cc', |
46 'webaudiosourceprovider_impl.h', | 51 'webaudiosourceprovider_impl.h', |
47 'webinbandtexttrack_impl.cc', | 52 'webinbandtexttrack_impl.cc', |
48 'webinbandtexttrack_impl.h', | 53 'webinbandtexttrack_impl.h', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
97 'mock_weburlloader.h', | 102 'mock_weburlloader.h', |
98 'run_all_unittests.cc', | 103 'run_all_unittests.cc', |
99 'test_response_generator.cc', | 104 'test_response_generator.cc', |
100 'test_response_generator.h', | 105 'test_response_generator.h', |
101 'video_frame_compositor_unittest.cc', | 106 'video_frame_compositor_unittest.cc', |
102 'webaudiosourceprovider_impl_unittest.cc', | 107 'webaudiosourceprovider_impl_unittest.cc', |
103 ], | 108 ], |
104 }, | 109 }, |
105 ] | 110 ] |
106 } | 111 } |
OLD | NEW |