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

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

Issue 2857953006: Extract CdmManager from MojoCdmService. (Closed)
Patch Set: Rebase. Created 3 years, 7 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/gpu/android_video_decode_accelerator.cc ('k') | media/mojo/services/mojo_cdm_service.cc » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "//media", 120 "//media",
121 "//media/mojo/interfaces", 121 "//media/mojo/interfaces",
122 "//mojo/public/cpp/bindings", 122 "//mojo/public/cpp/bindings",
123 "//mojo/public/cpp/system", 123 "//mojo/public/cpp/system",
124 "//services/service_manager/public/cpp", 124 "//services/service_manager/public/cpp",
125 "//url", 125 "//url",
126 ] 126 ]
127 127
128 deps = [ 128 deps = [
129 "//media:cdm_api", 129 "//media:cdm_api",
130 "//media:cdm_manager",
130 "//media:shared_memory_support", 131 "//media:shared_memory_support",
131 "//media/mojo/common", 132 "//media/mojo/common",
132 "//mojo/common", 133 "//mojo/common",
133 "//services/service_manager/public/interfaces", 134 "//services/service_manager/public/interfaces",
134 ] 135 ]
135 136
136 if (is_android) { 137 if (is_android) {
137 sources += [ 138 sources += [
138 "android_mojo_media_client.cc", 139 "android_mojo_media_client.cc",
139 "android_mojo_media_client.h", 140 "android_mojo_media_client.h",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 231
231 catalog("media_service_unittests_catalog") { 232 catalog("media_service_unittests_catalog") {
232 embedded_services = [ ":test_manifest" ] 233 embedded_services = [ ":test_manifest" ]
233 standalone_services = [ ":media_manifest" ] 234 standalone_services = [ ":media_manifest" ]
234 } 235 }
235 236
236 catalog("media_pipeline_integration_unittests_catalog") { 237 catalog("media_pipeline_integration_unittests_catalog") {
237 embedded_services = [ ":pipeline_test_manifest" ] 238 embedded_services = [ ":pipeline_test_manifest" ]
238 standalone_services = [ ":media_manifest" ] 239 standalone_services = [ ":media_manifest" ]
239 } 240 }
OLDNEW
« no previous file with comments | « media/gpu/android_video_decode_accelerator.cc ('k') | media/mojo/services/mojo_cdm_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698