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

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

Issue 2434673002: media: Rename MojoMediaApplication to MediaService (Closed)
Patch Set: media: Rename MojoMediaApplication to MediaService Created 4 years, 2 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/media_options.gni ('k') | media/mojo/services/default_mojo_media_client.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 import("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 config("mojo_media_config") { 10 config("mojo_media_config") {
(...skipping 30 matching lines...) Expand all
41 } 41 }
42 } 42 }
43 43
44 component("services") { 44 component("services") {
45 output_name = "media_mojo_services" 45 output_name = "media_mojo_services"
46 46
47 sources = [ 47 sources = [
48 "demuxer_stream_provider_shim.cc", 48 "demuxer_stream_provider_shim.cc",
49 "demuxer_stream_provider_shim.h", 49 "demuxer_stream_provider_shim.h",
50 "media_mojo_export.h", 50 "media_mojo_export.h",
51 "media_service.cc",
52 "media_service.h",
53 "media_service_factory.cc",
54 "media_service_factory.h",
51 "mojo_audio_decoder_service.cc", 55 "mojo_audio_decoder_service.cc",
52 "mojo_audio_decoder_service.h", 56 "mojo_audio_decoder_service.h",
53 "mojo_cdm_allocator.cc", 57 "mojo_cdm_allocator.cc",
54 "mojo_cdm_allocator.h", 58 "mojo_cdm_allocator.h",
55 "mojo_cdm_promise.cc", 59 "mojo_cdm_promise.cc",
56 "mojo_cdm_promise.h", 60 "mojo_cdm_promise.h",
57 "mojo_cdm_service.cc", 61 "mojo_cdm_service.cc",
58 "mojo_cdm_service.h", 62 "mojo_cdm_service.h",
59 "mojo_cdm_service_context.cc", 63 "mojo_cdm_service_context.cc",
60 "mojo_cdm_service_context.h", 64 "mojo_cdm_service_context.h",
61 "mojo_decryptor_service.cc", 65 "mojo_decryptor_service.cc",
62 "mojo_decryptor_service.h", 66 "mojo_decryptor_service.h",
63 "mojo_demuxer_stream_adapter.cc", 67 "mojo_demuxer_stream_adapter.cc",
64 "mojo_demuxer_stream_adapter.h", 68 "mojo_demuxer_stream_adapter.h",
65 "mojo_media_application.cc",
66 "mojo_media_application.h",
67 "mojo_media_application_factory.cc",
68 "mojo_media_application_factory.h",
69 "mojo_media_client.cc", 69 "mojo_media_client.cc",
70 "mojo_media_client.h", 70 "mojo_media_client.h",
71 "mojo_renderer_service.cc", 71 "mojo_renderer_service.cc",
72 "mojo_renderer_service.h", 72 "mojo_renderer_service.h",
73 "mojo_video_decoder_service.cc", 73 "mojo_video_decoder_service.cc",
74 "mojo_video_decoder_service.h", 74 "mojo_video_decoder_service.h",
75 "service_factory_impl.cc", 75 "service_factory_impl.cc",
76 "service_factory_impl.h", 76 "service_factory_impl.h",
77 ] 77 ]
78 78
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ":media", 182 ":media",
183 ":pipeline_test_manifest", 183 ":pipeline_test_manifest",
184 ] 184 ]
185 } 185 }
186 186
187 service_manifest("pipeline_test_manifest") { 187 service_manifest("pipeline_test_manifest") {
188 name = "media_pipeline_integration_unittests" 188 name = "media_pipeline_integration_unittests"
189 type = "exe" 189 type = "exe"
190 source = "pipeline_test_manifest.json" 190 source = "pipeline_test_manifest.json"
191 } 191 }
OLDNEW
« no previous file with comments | « media/media_options.gni ('k') | media/mojo/services/default_mojo_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698