Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Side by Side Diff: media/blink/media_blink.gyp

Issue 1399603003: Tie multibuffers to URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache
Patch Set: added MEDIA_BLINK_EXPORT Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 {
11 # GN version: //media/blink 11 # GN version: //media/blink
12 'target_name': 'media_blink', 12 'target_name': 'media_blink',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../cc/cc.gyp:cc', 16 '../../cc/cc.gyp:cc',
17 '../../cc/blink/cc_blink.gyp:cc_blink', 17 '../../cc/blink/cc_blink.gyp:cc_blink',
18 '../../gpu/blink/gpu_blink.gyp:gpu_blink', 18 '../../gpu/blink/gpu_blink.gyp:gpu_blink',
19 '../../ui/gfx/gfx.gyp:gfx_geometry', 19 '../../ui/gfx/gfx.gyp:gfx_geometry',
20 '../../net/net.gyp:net', 20 '../../net/net.gyp:net',
21 '../../skia/skia.gyp:skia', 21 '../../skia/skia.gyp:skia',
22 '../../third_party/WebKit/public/blink.gyp:blink', 22 '../../third_party/WebKit/public/blink.gyp:blink',
23 '../media.gyp:media', 23 '../media.gyp:media',
24 '../media.gyp:shared_memory_support', 24 '../media.gyp:shared_memory_support',
25 '../../url/url.gyp:url_lib', 25 '../../url/url.gyp:url_lib',
26 ], 26 ],
27 'defines': [ 27 'defines': [
28 'MEDIA_IMPLEMENTATION', 28 'MEDIA_BLINK_IMPLEMENTATION',
29 ], 29 ],
30 # This sources list is duplicated in //media/blink/BUILD.gn 30 # This sources list is duplicated in //media/blink/BUILD.gn
31 'sources': [ 31 'sources': [
32 'active_loader.cc', 32 'active_loader.cc',
33 'active_loader.h', 33 'active_loader.h',
34 'buffered_data_source.cc', 34 'buffered_data_source.cc',
35 'buffered_data_source.h', 35 'buffered_data_source.h',
36 'buffered_data_source_host_impl.cc', 36 'buffered_data_source_host_impl.cc',
37 'buffered_data_source_host_impl.h', 37 'buffered_data_source_host_impl.h',
38 'buffered_resource_loader.cc', 38 'buffered_resource_loader.cc',
39 'buffered_resource_loader.h', 39 'buffered_resource_loader.h',
40 'cache_util.cc', 40 'cache_util.cc',
41 'cache_util.h', 41 'cache_util.h',
42 'cdm_result_promise.h', 42 'cdm_result_promise.h',
43 'cdm_result_promise_helper.cc', 43 'cdm_result_promise_helper.cc',
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 'media_blink_export.h',
52 'multibuffer.cc', 53 'multibuffer.cc',
53 'multibuffer.h', 54 'multibuffer.h',
55 'multibuffer_data_source.cc',
56 'multibuffer_data_source.h',
54 'multibuffer_reader.cc', 57 'multibuffer_reader.cc',
55 'multibuffer_reader.h', 58 'multibuffer_reader.h',
56 'new_session_cdm_result_promise.cc', 59 'new_session_cdm_result_promise.cc',
57 'new_session_cdm_result_promise.h', 60 'new_session_cdm_result_promise.h',
58 'rangemap.h', 61 'rangemap.h',
62 'resource_multibuffer.cc',
63 'resource_multibuffer.h',
64 'resource_multibuffer_data_provider.cc',
65 'resource_multibuffer_data_provider.h',
59 'texttrack_impl.cc', 66 'texttrack_impl.cc',
60 'texttrack_impl.h', 67 'texttrack_impl.h',
61 'url_index.cc', 68 'url_index.cc',
69 'url_index.cc',
70 'url_index.h',
62 'url_index.h', 71 'url_index.h',
63 'video_frame_compositor.cc', 72 'video_frame_compositor.cc',
64 'video_frame_compositor.h', 73 'video_frame_compositor.h',
65 'webaudiosourceprovider_impl.cc', 74 'webaudiosourceprovider_impl.cc',
66 'webaudiosourceprovider_impl.h', 75 'webaudiosourceprovider_impl.h',
67 'webcontentdecryptionmodule_impl.cc', 76 'webcontentdecryptionmodule_impl.cc',
68 'webcontentdecryptionmodule_impl.h', 77 'webcontentdecryptionmodule_impl.h',
69 'webcontentdecryptionmoduleaccess_impl.cc', 78 'webcontentdecryptionmoduleaccess_impl.cc',
70 'webcontentdecryptionmoduleaccess_impl.h', 79 'webcontentdecryptionmoduleaccess_impl.h',
71 'webcontentdecryptionmodulesession_impl.cc', 80 'webcontentdecryptionmodulesession_impl.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'sources': [ 132 'sources': [
124 'buffered_data_source_host_impl_unittest.cc', 133 'buffered_data_source_host_impl_unittest.cc',
125 'buffered_data_source_unittest.cc', 134 'buffered_data_source_unittest.cc',
126 'buffered_resource_loader_unittest.cc', 135 'buffered_resource_loader_unittest.cc',
127 'cache_util_unittest.cc', 136 'cache_util_unittest.cc',
128 'key_system_config_selector_unittest.cc', 137 'key_system_config_selector_unittest.cc',
129 'lru_unittest.cc', 138 'lru_unittest.cc',
130 'mock_webframeclient.h', 139 'mock_webframeclient.h',
131 'mock_weburlloader.cc', 140 'mock_weburlloader.cc',
132 'mock_weburlloader.h', 141 'mock_weburlloader.h',
142 'multibuffer_data_source_unittest.cc',
133 'multibuffer_unittest.cc', 143 'multibuffer_unittest.cc',
134 'rangemap_unittest.cc', 144 'rangemap_unittest.cc',
135 'run_all_unittests.cc', 145 'run_all_unittests.cc',
136 'test_response_generator.cc', 146 'test_response_generator.cc',
137 'test_response_generator.h', 147 'test_response_generator.h',
138 'url_index_unittests.cc', 148 'url_index_unittests.cc',
139 'video_frame_compositor_unittest.cc', 149 'video_frame_compositor_unittest.cc',
140 'webaudiosourceprovider_impl_unittest.cc', 150 'webaudiosourceprovider_impl_unittest.cc',
141 ], 151 ],
142 }, 152 },
(...skipping 20 matching lines...) Expand all
163 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 173 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
164 ], 174 ],
165 } 175 }
166 ], 176 ],
167 ], 177 ],
168 }, 178 },
169 ], 179 ],
170 }], 180 }],
171 ], 181 ],
172 } 182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698