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

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: compile fixes 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
134 'run_all_unittests.cc', 138 'run_all_unittests.cc',
135 'test_random.h', 139 'test_random.h',
136 'test_response_generator.cc', 140 'test_response_generator.cc',
137 'test_response_generator.h', 141 'test_response_generator.h',
142 'url_index_unittest.cc',
138 'video_frame_compositor_unittest.cc', 143 'video_frame_compositor_unittest.cc',
139 'webaudiosourceprovider_impl_unittest.cc', 144 'webaudiosourceprovider_impl_unittest.cc',
140 ], 145 ],
141 }, 146 },
142 ], 147 ],
143 'conditions': [ 148 'conditions': [
144 ['test_isolation_mode != "noop"', { 149 ['test_isolation_mode != "noop"', {
145 'targets': [ 150 'targets': [
146 { 151 {
147 'target_name': 'media_blink_unittests_run', 152 'target_name': 'media_blink_unittests_run',
(...skipping 14 matching lines...) Expand all
162 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 167 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
163 ], 168 ],
164 } 169 }
165 ], 170 ],
166 ], 171 ],
167 }, 172 },
168 ], 173 ],
169 }], 174 }],
170 ], 175 ],
171 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698