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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/plugin/BUILD.gn ('k') | content/public/test/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/*" ] 6 visibility = [ "//content/*" ]
7 7
8 if (is_component_build) { 8 if (is_component_build) {
9 public_deps = [ 9 public_deps = [
10 "//content", 10 "//content",
(...skipping 21 matching lines...) Expand all
32 "ppapi_thread.h", 32 "ppapi_thread.h",
33 ] 33 ]
34 34
35 configs += [ "//content:content_implementation" ] 35 configs += [ "//content:content_implementation" ]
36 36
37 deps = [ 37 deps = [
38 "//base", 38 "//base",
39 "//content:export", 39 "//content:export",
40 "//content/public/child:child_sources", 40 "//content/public/child:child_sources",
41 "//content/public/common:common_sources", 41 "//content/public/common:common_sources",
42 "//mojo/application/public/interfaces", 42 "//mojo/shell/public/interfaces",
43 "//ppapi/proxy:ipc", 43 "//ppapi/proxy:ipc",
44 "//skia", 44 "//skia",
45 "//third_party/WebKit/public:blink", 45 "//third_party/WebKit/public:blink",
46 "//third_party/icu", 46 "//third_party/icu",
47 "//ui/base", 47 "//ui/base",
48 "//ui/gfx", 48 "//ui/gfx",
49 "//ui/gfx/geometry", 49 "//ui/gfx/geometry",
50 ] 50 ]
51 } 51 }
OLDNEW
« no previous file with comments | « content/plugin/BUILD.gn ('k') | content/public/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698