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

Side by Side Diff: media/mojo/clients/BUILD.gn

Issue 2966643002: media: Plumb MediaLog to MojoVideoDecoderService. (Closed)
Patch Set: Swap client/service directory. Created 3 years, 5 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/base/media_log.h ('k') | media/mojo/clients/mojo_decoder_factory.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 # Implementations of media C++ interfaces using corresponding mojo services. 5 # Implementations of media C++ interfaces using corresponding mojo services.
6 source_set("clients") { 6 source_set("clients") {
7 visibility = [ 7 visibility = [
8 "//chromecast/*", 8 "//chromecast/*",
9 "//content/renderer:*", 9 "//content/renderer:*",
10 10
(...skipping 17 matching lines...) Expand all
28 "mojo_cdm.cc", 28 "mojo_cdm.cc",
29 "mojo_cdm.h", 29 "mojo_cdm.h",
30 "mojo_cdm_factory.cc", 30 "mojo_cdm_factory.cc",
31 "mojo_cdm_factory.h", 31 "mojo_cdm_factory.h",
32 "mojo_decoder_factory.cc", 32 "mojo_decoder_factory.cc",
33 "mojo_decoder_factory.h", 33 "mojo_decoder_factory.h",
34 "mojo_decryptor.cc", 34 "mojo_decryptor.cc",
35 "mojo_decryptor.h", 35 "mojo_decryptor.h",
36 "mojo_demuxer_stream_impl.cc", 36 "mojo_demuxer_stream_impl.cc",
37 "mojo_demuxer_stream_impl.h", 37 "mojo_demuxer_stream_impl.h",
38 "mojo_media_log_service.cc",
39 "mojo_media_log_service.h",
38 "mojo_renderer.cc", 40 "mojo_renderer.cc",
39 "mojo_renderer.h", 41 "mojo_renderer.h",
40 "mojo_renderer_factory.cc", 42 "mojo_renderer_factory.cc",
41 "mojo_renderer_factory.h", 43 "mojo_renderer_factory.h",
42 "mojo_video_decoder.cc", 44 "mojo_video_decoder.cc",
43 "mojo_video_decoder.h", 45 "mojo_video_decoder.h",
44 ] 46 ]
45 47
46 if (is_android) { 48 if (is_android) {
47 sources += [ 49 sources += [
(...skipping 19 matching lines...) Expand all
67 "//services/service_manager/public/cpp", 69 "//services/service_manager/public/cpp",
68 ] 70 ]
69 71
70 if (is_android) { 72 if (is_android) {
71 deps += [ 73 deps += [
72 "//gpu/ipc/common:common", 74 "//gpu/ipc/common:common",
73 "//ui/gl:gl", 75 "//ui/gl:gl",
74 ] 76 ]
75 } 77 }
76 } 78 }
OLDNEW
« no previous file with comments | « media/base/media_log.h ('k') | media/mojo/clients/mojo_decoder_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698