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

Side by Side Diff: media/mojo/services/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/mojo/interfaces/video_decoder.mojom ('k') | media/mojo/services/gpu_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/catalog/public/tools/catalog.gni") 6 import("//services/catalog/public/tools/catalog.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//services/service_manager/public/tools/test/service_test.gni") 9 import("//services/service_manager/public/tools/test/service_test.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "mojo_cdm_service.cc", 48 "mojo_cdm_service.cc",
49 "mojo_cdm_service.h", 49 "mojo_cdm_service.h",
50 "mojo_cdm_service_context.cc", 50 "mojo_cdm_service_context.cc",
51 "mojo_cdm_service_context.h", 51 "mojo_cdm_service_context.h",
52 "mojo_decryptor_service.cc", 52 "mojo_decryptor_service.cc",
53 "mojo_decryptor_service.h", 53 "mojo_decryptor_service.h",
54 "mojo_demuxer_stream_adapter.cc", 54 "mojo_demuxer_stream_adapter.cc",
55 "mojo_demuxer_stream_adapter.h", 55 "mojo_demuxer_stream_adapter.h",
56 "mojo_media_client.cc", 56 "mojo_media_client.cc",
57 "mojo_media_client.h", 57 "mojo_media_client.h",
58 "mojo_media_log.cc",
59 "mojo_media_log.h",
58 "mojo_provision_fetcher.cc", 60 "mojo_provision_fetcher.cc",
59 "mojo_provision_fetcher.h", 61 "mojo_provision_fetcher.h",
60 "mojo_renderer_service.cc", 62 "mojo_renderer_service.cc",
61 "mojo_renderer_service.h", 63 "mojo_renderer_service.h",
62 "mojo_video_decoder_service.cc", 64 "mojo_video_decoder_service.cc",
63 "mojo_video_decoder_service.h", 65 "mojo_video_decoder_service.h",
64 "test_mojo_media_client.cc", 66 "test_mojo_media_client.cc",
65 "test_mojo_media_client.h", 67 "test_mojo_media_client.h",
66 ] 68 ]
67 69
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 190
189 catalog("media_service_unittests_catalog") { 191 catalog("media_service_unittests_catalog") {
190 embedded_services = [ ":test_manifest" ] 192 embedded_services = [ ":test_manifest" ]
191 standalone_services = [ ":media_manifest" ] 193 standalone_services = [ ":media_manifest" ]
192 } 194 }
193 195
194 catalog("media_pipeline_integration_unittests_catalog") { 196 catalog("media_pipeline_integration_unittests_catalog") {
195 embedded_services = [ ":pipeline_test_manifest" ] 197 embedded_services = [ ":pipeline_test_manifest" ]
196 standalone_services = [ ":media_manifest" ] 198 standalone_services = [ ":media_manifest" ]
197 } 199 }
OLDNEW
« no previous file with comments | « media/mojo/interfaces/video_decoder.mojom ('k') | media/mojo/services/gpu_mojo_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698