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

Side by Side Diff: media/blink/BUILD.gn

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 | « no previous file | media/blink/media_blink.gyp » ('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 component("blink") { 4 component("blink") {
5 output_name = "media_blink" 5 output_name = "media_blink"
6 6
7 deps = [ 7 deps = [
8 "//base", 8 "//base",
9 "//cc", 9 "//cc",
10 "//cc/blink", 10 "//cc/blink",
(...skipping 13 matching lines...) Expand all
24 "buffered_data_source.cc", 24 "buffered_data_source.cc",
25 "buffered_data_source.h", 25 "buffered_data_source.h",
26 "buffered_data_source_host_impl.cc", 26 "buffered_data_source_host_impl.cc",
27 "buffered_data_source_host_impl.h", 27 "buffered_data_source_host_impl.h",
28 "buffered_resource_loader.cc", 28 "buffered_resource_loader.cc",
29 "buffered_resource_loader.h", 29 "buffered_resource_loader.h",
30 "encrypted_media_player_support.cc", 30 "encrypted_media_player_support.cc",
31 "encrypted_media_player_support.h", 31 "encrypted_media_player_support.h",
32 "cache_util.cc", 32 "cache_util.cc",
33 "cache_util.h", 33 "cache_util.h",
34 "null_encrypted_media_player_support.cc",
35 "null_encrypted_media_player_support.h",
34 "texttrack_impl.cc", 36 "texttrack_impl.cc",
35 "texttrack_impl.h", 37 "texttrack_impl.h",
36 "video_frame_compositor.cc", 38 "video_frame_compositor.cc",
37 "video_frame_compositor.h", 39 "video_frame_compositor.h",
38 "webaudiosourceprovider_impl.cc", 40 "webaudiosourceprovider_impl.cc",
39 "webaudiosourceprovider_impl.h", 41 "webaudiosourceprovider_impl.h",
40 "webinbandtexttrack_impl.cc", 42 "webinbandtexttrack_impl.cc",
41 "webinbandtexttrack_impl.h", 43 "webinbandtexttrack_impl.h",
42 "webmediaplayer_delegate.h", 44 "webmediaplayer_delegate.h",
43 "webmediaplayer_impl.cc", 45 "webmediaplayer_impl.cc",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "mock_webframeclient.h", 82 "mock_webframeclient.h",
81 "mock_weburlloader.cc", 83 "mock_weburlloader.cc",
82 "mock_weburlloader.h", 84 "mock_weburlloader.h",
83 "run_all_unittests.cc", 85 "run_all_unittests.cc",
84 "test_response_generator.cc", 86 "test_response_generator.cc",
85 "test_response_generator.h", 87 "test_response_generator.h",
86 "video_frame_compositor_unittest.cc", 88 "video_frame_compositor_unittest.cc",
87 "webaudiosourceprovider_impl_unittest.cc", 89 "webaudiosourceprovider_impl_unittest.cc",
88 ] 90 ]
89 } 91 }
OLDNEW
« no previous file with comments | « no previous file | media/blink/media_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698