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

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

Issue 2882813002: media: Convert mojo media defines to buildflags (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/mojo/BUILD.gn ('k') | media/mojo/clients/mojo_cdm_factory.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 # 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "mojo_video_decoder.h", 43 "mojo_video_decoder.h",
44 ] 44 ]
45 45
46 if (is_android) { 46 if (is_android) {
47 sources += [ 47 sources += [
48 "mojo_android_overlay.cc", 48 "mojo_android_overlay.cc",
49 "mojo_android_overlay.h", 49 "mojo_android_overlay.h",
50 ] 50 ]
51 } 51 }
52 52
53 public_configs = [ "//media/mojo/services:mojo_media_config" ]
54
55 public_deps = [ 53 public_deps = [
56 "//base", 54 "//base",
57 "//media", 55 "//media",
56 "//media/mojo:features",
58 "//media/mojo/interfaces", 57 "//media/mojo/interfaces",
59 "//mojo/public/cpp/bindings", 58 "//mojo/public/cpp/bindings",
60 "//mojo/public/cpp/system", 59 "//mojo/public/cpp/system",
61 "//services/service_manager/public/interfaces", 60 "//services/service_manager/public/interfaces",
62 ] 61 ]
63 62
64 deps = [ 63 deps = [
65 "//media/mojo/common", 64 "//media/mojo/common",
66 "//mojo/common", 65 "//mojo/common",
67 "//services/service_manager/public/cpp", 66 "//services/service_manager/public/cpp",
68 ] 67 ]
69 68
70 if (is_android) { 69 if (is_android) {
71 deps += [ 70 deps += [
72 "//gpu/ipc/common:common", 71 "//gpu/ipc/common:common",
73 "//ui/gl:gl", 72 "//ui/gl:gl",
74 ] 73 ]
75 } 74 }
76 } 75 }
OLDNEW
« no previous file with comments | « media/mojo/BUILD.gn ('k') | media/mojo/clients/mojo_cdm_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698