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

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

Issue 567803002: Hook WebMediaPlayerImpl up to Mojo's HTMLDocumentView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address CR comment Created 6 years, 3 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
« no previous file with comments | « media/blink/BUILD.gn ('k') | media/blink/null_encrypted_media_player_support.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 '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 18 matching lines...) Expand all
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 'encrypted_media_player_support.cc', 35 'encrypted_media_player_support.cc',
36 'encrypted_media_player_support.h', 36 'encrypted_media_player_support.h',
37 'cache_util.cc', 37 'cache_util.cc',
38 'cache_util.h', 38 'cache_util.h',
39 'null_encrypted_media_player_support.cc',
40 'null_encrypted_media_player_support.h',
39 'texttrack_impl.cc', 41 'texttrack_impl.cc',
40 'texttrack_impl.h', 42 'texttrack_impl.h',
41 'video_frame_compositor.cc', 43 'video_frame_compositor.cc',
42 'video_frame_compositor.h', 44 'video_frame_compositor.h',
43 'webaudiosourceprovider_impl.cc', 45 'webaudiosourceprovider_impl.cc',
44 'webaudiosourceprovider_impl.h', 46 'webaudiosourceprovider_impl.h',
45 'webinbandtexttrack_impl.cc', 47 'webinbandtexttrack_impl.cc',
46 'webinbandtexttrack_impl.h', 48 'webinbandtexttrack_impl.h',
47 'webmediaplayer_delegate.h', 49 'webmediaplayer_delegate.h',
48 'webmediaplayer_impl.cc', 50 'webmediaplayer_impl.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'mock_weburlloader.h', 97 'mock_weburlloader.h',
96 'run_all_unittests.cc', 98 'run_all_unittests.cc',
97 'test_response_generator.cc', 99 'test_response_generator.cc',
98 'test_response_generator.h', 100 'test_response_generator.h',
99 'video_frame_compositor_unittest.cc', 101 'video_frame_compositor_unittest.cc',
100 'webaudiosourceprovider_impl_unittest.cc', 102 'webaudiosourceprovider_impl_unittest.cc',
101 ], 103 ],
102 }, 104 },
103 ] 105 ]
104 } 106 }
OLDNEW
« no previous file with comments | « media/blink/BUILD.gn ('k') | media/blink/null_encrypted_media_player_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698