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

Side by Side Diff: content/ppapi_plugin/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 | « content/gpu/gpu_child_thread.cc ('k') | content/public/DEPS » ('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 group("ppapi_plugin") { 5 group("ppapi_plugin") {
6 visibility = [ "//content/*" ] # This is an internal content API. 6 visibility = [ "//content/*" ] # This is an internal content API.
7 7
8 if (is_component_build) { 8 if (is_component_build) {
9 public_deps = [ 9 public_deps = [
10 "//content", 10 "//content",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "//content:export", 48 "//content:export",
49 "//content/child", 49 "//content/child",
50 "//content/public/child:child_sources", 50 "//content/public/child:child_sources",
51 "//content/public/common:common_sources", 51 "//content/public/common:common_sources",
52 "//gin", 52 "//gin",
53 "//ppapi/c", 53 "//ppapi/c",
54 "//ppapi/proxy", 54 "//ppapi/proxy",
55 "//ppapi/proxy:ipc", 55 "//ppapi/proxy:ipc",
56 "//ppapi/shared_impl", 56 "//ppapi/shared_impl",
57 "//sandbox", 57 "//sandbox",
58 "//services/shell/public/interfaces", 58 "//services/service_manager/public/interfaces",
59 "//skia", 59 "//skia",
60 "//third_party/WebKit/public:blink", 60 "//third_party/WebKit/public:blink",
61 "//third_party/icu", 61 "//third_party/icu",
62 "//ui/base", 62 "//ui/base",
63 "//ui/gfx", 63 "//ui/gfx",
64 "//ui/gfx/geometry", 64 "//ui/gfx/geometry",
65 ] 65 ]
66 66
67 if (is_win) { 67 if (is_win) {
68 deps += [ "//ui/display" ] 68 deps += [ "//ui/display" ]
69 } 69 }
70 } 70 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698