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

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

Issue 1420883004: Multibuffer reader implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache
Patch Set: iterator fix + speed up random tests 3x Created 5 years, 1 month 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
« no previous file with comments | « media/blink/interval_map.h ('k') | media/blink/multibuffer_reader.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'interval_map.h', 49 'interval_map.h',
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',
57 'multibuffer_reader.h',
56 'new_session_cdm_result_promise.cc', 58 'new_session_cdm_result_promise.cc',
57 'new_session_cdm_result_promise.h', 59 'new_session_cdm_result_promise.h',
58 'texttrack_impl.cc', 60 'texttrack_impl.cc',
59 'texttrack_impl.h', 61 'texttrack_impl.h',
60 'video_frame_compositor.cc', 62 'video_frame_compositor.cc',
61 'video_frame_compositor.h', 63 'video_frame_compositor.h',
62 'webaudiosourceprovider_impl.cc', 64 'webaudiosourceprovider_impl.cc',
63 'webaudiosourceprovider_impl.h', 65 'webaudiosourceprovider_impl.h',
64 'webcontentdecryptionmodule_impl.cc', 66 'webcontentdecryptionmodule_impl.cc',
65 'webcontentdecryptionmodule_impl.h', 67 'webcontentdecryptionmodule_impl.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'buffered_data_source_host_impl_unittest.cc', 123 'buffered_data_source_host_impl_unittest.cc',
122 'buffered_data_source_unittest.cc', 124 'buffered_data_source_unittest.cc',
123 'buffered_resource_loader_unittest.cc', 125 'buffered_resource_loader_unittest.cc',
124 'cache_util_unittest.cc', 126 'cache_util_unittest.cc',
125 'interval_map_unittest.cc', 127 'interval_map_unittest.cc',
126 'key_system_config_selector_unittest.cc', 128 'key_system_config_selector_unittest.cc',
127 'lru_unittest.cc', 129 'lru_unittest.cc',
128 'mock_webframeclient.h', 130 'mock_webframeclient.h',
129 'mock_weburlloader.cc', 131 'mock_weburlloader.cc',
130 'mock_weburlloader.h', 132 'mock_weburlloader.h',
133 'multibuffer_unittest.cc',
131 'run_all_unittests.cc', 134 'run_all_unittests.cc',
132 'test_random.h', 135 'test_random.h',
133 'test_response_generator.cc', 136 'test_response_generator.cc',
134 'test_response_generator.h', 137 'test_response_generator.h',
135 'video_frame_compositor_unittest.cc', 138 'video_frame_compositor_unittest.cc',
136 'webaudiosourceprovider_impl_unittest.cc', 139 'webaudiosourceprovider_impl_unittest.cc',
137 ], 140 ],
138 }, 141 },
139 ], 142 ],
140 'conditions': [ 143 'conditions': [
(...skipping 18 matching lines...) Expand all
159 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 162 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
160 ], 163 ],
161 } 164 }
162 ], 165 ],
163 ], 166 ],
164 }, 167 },
165 ], 168 ],
166 }], 169 }],
167 ], 170 ],
168 } 171 }
OLDNEW
« no previous file with comments | « media/blink/interval_map.h ('k') | media/blink/multibuffer_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698