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

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

Issue 1455423002: Revert of Define MOJO_SHELL_CLIENT uniformly across content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/browser/BUILD.gn ('k') | content/common/BUILD.gn » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/child/child.gni") 7 import("//content/child/child.gni")
8 8
9 source_set("child") { 9 source_set("child") {
10 # Only the public target should depend on this. All other targets (even 10 # Only the public target should depend on this. All other targets (even
11 # internal content ones) should depend on the public one. 11 # internal content ones) should depend on the public one.
12 visibility = [ "//content/public/child:child_sources" ] 12 visibility = [ "//content/public/child:child_sources" ]
13 13
14 sources = rebase_path(content_child_gypi_values.private_child_sources, 14 sources = rebase_path(content_child_gypi_values.private_child_sources,
15 ".", 15 ".",
16 "//content") 16 "//content")
17 17
18 configs += [ 18 configs += [ "//build/config:precompiled_headers" ]
19 "//build/config:precompiled_headers",
20 "//content/public/common:mojo_shell_client",
21 ]
22 19
23 public_deps = [ 20 public_deps = [
24 "//third_party/mojo/src/mojo/edk/system", 21 "//third_party/mojo/src/mojo/edk/system",
25 ] 22 ]
26 23
27 deps = [ 24 deps = [
28 "//base", 25 "//base",
29 "//components/mime_util", 26 "//components/mime_util",
30 "//components/tracing", 27 "//components/tracing",
31 "//components/tracing:startup_tracing", 28 "//components/tracing:startup_tracing",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "//third_party/WebKit/public:resources", 127 "//third_party/WebKit/public:resources",
131 "//third_party/npapi", 128 "//third_party/npapi",
132 ] 129 ]
133 } 130 }
134 131
135 if (use_aura && is_mac) { 132 if (use_aura && is_mac) {
136 # This file is already excluded on non-Mac. 133 # This file is already excluded on non-Mac.
137 sources -= [ "npapi/webplugin_delegate_impl_mac.mm" ] 134 sources -= [ "npapi/webplugin_delegate_impl_mac.mm" ]
138 } 135 }
139 } 136 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698