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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/DEPS ('k') | media/mojo/clients/mojo_cdm.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 28 matching lines...) Expand all
39 ] 39 ]
40 40
41 public_configs = [ "//media/mojo/services:mojo_media_config" ] 41 public_configs = [ "//media/mojo/services:mojo_media_config" ]
42 42
43 public_deps = [ 43 public_deps = [
44 "//base", 44 "//base",
45 "//media", 45 "//media",
46 "//media/mojo/interfaces", 46 "//media/mojo/interfaces",
47 "//mojo/public/cpp/bindings", 47 "//mojo/public/cpp/bindings",
48 "//mojo/public/cpp/system", 48 "//mojo/public/cpp/system",
49 "//services/shell/public/interfaces", 49 "//services/service_manager/public/interfaces",
50 ] 50 ]
51 51
52 deps = [ 52 deps = [
53 "//media/mojo/common", 53 "//media/mojo/common",
54 "//mojo/common", 54 "//mojo/common",
55 "//services/shell/public/cpp", 55 "//services/service_manager/public/cpp",
56 ] 56 ]
57 } 57 }
OLDNEW
« no previous file with comments | « media/mojo/DEPS ('k') | media/mojo/clients/mojo_cdm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698