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

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

Issue 1641423002: Re-land extract state management from WebMediaPlayerImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WMPI fixes. Created 4 years, 10 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 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'lru.h', 53 'lru.h',
54 'media_blink_export.h', 54 'media_blink_export.h',
55 'multibuffer.cc', 55 'multibuffer.cc',
56 'multibuffer.h', 56 'multibuffer.h',
57 'multibuffer_data_source.cc', 57 'multibuffer_data_source.cc',
58 'multibuffer_data_source.h', 58 'multibuffer_data_source.h',
59 'multibuffer_reader.cc', 59 'multibuffer_reader.cc',
60 'multibuffer_reader.h', 60 'multibuffer_reader.h',
61 'new_session_cdm_result_promise.cc', 61 'new_session_cdm_result_promise.cc',
62 'new_session_cdm_result_promise.h', 62 'new_session_cdm_result_promise.h',
63 'pipeline_state.cc',
64 'pipeline_state.h',
63 'resource_multibuffer_data_provider.cc', 65 'resource_multibuffer_data_provider.cc',
64 'resource_multibuffer_data_provider.h', 66 'resource_multibuffer_data_provider.h',
65 'texttrack_impl.cc', 67 'texttrack_impl.cc',
66 'texttrack_impl.h', 68 'texttrack_impl.h',
67 'url_index.cc', 69 'url_index.cc',
68 'url_index.h', 70 'url_index.h',
69 'video_frame_compositor.cc', 71 'video_frame_compositor.cc',
70 'video_frame_compositor.h', 72 'video_frame_compositor.h',
71 'webaudiosourceprovider_impl.cc', 73 'webaudiosourceprovider_impl.cc',
72 'webaudiosourceprovider_impl.h', 74 'webaudiosourceprovider_impl.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 180 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
179 ], 181 ],
180 } 182 }
181 ], 183 ],
182 ], 184 ],
183 }, 185 },
184 ], 186 ],
185 }], 187 }],
186 ], 188 ],
187 } 189 }
OLDNEW
« no previous file with comments | « media/blink/BUILD.gn ('k') | media/blink/pipeline_state.h » ('j') | media/blink/pipeline_state.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698