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

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

Issue 2901943003: media: Fix //media/mojo/clients visibility (Closed)
Patch Set: 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 | « no previous file | no next file » | 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
11 # TODO(xhwang): Only allow //media/mojo:media_mojo_unittests 11 # TODO(xhwang): Only allow //media/mojo:media_mojo_unittests
12 "//media/mojo:*", 12 "//media/mojo:*",
13 13
14 # TODO(xhwang): Only allow //media/mojo/services:media_service_unittests 14 # TODO(xhwang): Only allow //media/mojo/services:media_service_unittests
15 "//media/mojo/services:*", 15 "//media/mojo/services:*",
16 16
17 "//media/test/*", 17 "//media/test/*",
18 18
19 "//content/gpu:*", 19 "//content/gpu:*",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "//services/service_manager/public/cpp", 66 "//services/service_manager/public/cpp",
67 ] 67 ]
68 68
69 if (is_android) { 69 if (is_android) {
70 deps += [ 70 deps += [
71 "//gpu/ipc/common:common", 71 "//gpu/ipc/common:common",
72 "//ui/gl:gl", 72 "//ui/gl:gl",
73 ] 73 ]
74 } 74 }
75 } 75 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698