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

Side by Side Diff: content/ppapi_plugin/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/DEPS ('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 29 matching lines...) Expand all
40 configs += [ 40 configs += [
41 "//content:content_implementation", 41 "//content:content_implementation",
42 "//v8:external_startup_data", 42 "//v8:external_startup_data",
43 ] 43 ]
44 44
45 deps = [ 45 deps = [
46 "//base", 46 "//base",
47 "//content:export", 47 "//content:export",
48 "//content/public/child:child_sources", 48 "//content/public/child:child_sources",
49 "//content/public/common:common_sources", 49 "//content/public/common:common_sources",
50 "//mojo/shell/public/interfaces",
51 "//ppapi/proxy:ipc", 50 "//ppapi/proxy:ipc",
51 "//services/shell/public/interfaces",
52 "//skia", 52 "//skia",
53 "//third_party/WebKit/public:blink", 53 "//third_party/WebKit/public:blink",
54 "//third_party/icu", 54 "//third_party/icu",
55 "//ui/base", 55 "//ui/base",
56 "//ui/gfx", 56 "//ui/gfx",
57 "//ui/gfx/geometry", 57 "//ui/gfx/geometry",
58 ] 58 ]
59 } 59 }
OLDNEW
« no previous file with comments | « content/gpu/DEPS ('k') | content/public/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698