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

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

Issue 2070753002: media: Add unittest for MojoRenderer{Impl|Service} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix visibility :( Created 4 years, 6 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_renderer_impl.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 # 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 "//content/renderer", 8 "//content/renderer",
9 9
10 # TODO(xhwang): Only allow //media/mojo:media_mojo_unittests
11 "//media/mojo:*",
12
10 # TODO(xhwang): Only allow //media/mojo/services:media_mojo_shell_unittests 13 # TODO(xhwang): Only allow //media/mojo/services:media_mojo_shell_unittests
11 "//media/mojo/services:*", 14 "//media/mojo/services:*",
15
12 "//media/test/*", 16 "//media/test/*",
13 ] 17 ]
14 18
15 sources = [ 19 sources = [
16 "mojo_audio_decoder.cc", 20 "mojo_audio_decoder.cc",
17 "mojo_audio_decoder.h", 21 "mojo_audio_decoder.h",
18 "mojo_cdm.cc", 22 "mojo_cdm.cc",
19 "mojo_cdm.h", 23 "mojo_cdm.h",
20 "mojo_cdm_factory.cc", 24 "mojo_cdm_factory.cc",
21 "mojo_cdm_factory.h", 25 "mojo_cdm_factory.h",
(...skipping 21 matching lines...) Expand all
43 "//mojo/public/cpp/system", 47 "//mojo/public/cpp/system",
44 "//services/shell/public/interfaces", 48 "//services/shell/public/interfaces",
45 ] 49 ]
46 50
47 deps = [ 51 deps = [
48 "//media/mojo/common", 52 "//media/mojo/common",
49 "//mojo/common", 53 "//mojo/common",
50 "//services/shell/public/cpp", 54 "//services/shell/public/cpp",
51 ] 55 ]
52 } 56 }
OLDNEW
« no previous file with comments | « media/mojo/BUILD.gn ('k') | media/mojo/clients/mojo_renderer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698