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

Side by Side Diff: content/renderer/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/public/renderer/BUILD.gn ('k') | content/test/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/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 source_set("renderer") { 10 source_set("renderer") {
11 # Only the public target should depend on this. All other targets (even 11 # Only the public target should depend on this. All other targets (even
12 # internal content ones) should depend on the public one. 12 # internal content ones) should depend on the public one.
13 visibility = [ "//content/public/renderer:renderer_sources" ] 13 visibility = [ "//content/public/renderer:renderer_sources" ]
14 14
15 sources = rebase_path(content_renderer_gypi_values.private_renderer_sources, 15 sources = rebase_path(content_renderer_gypi_values.private_renderer_sources,
16 ".", 16 ".",
17 "//content") 17 "//content")
18 18
19 configs += [ 19 configs += [
20 "//content:content_implementation", 20 "//content:content_implementation",
21 "//content/public/common:mojo_shell_client",
22 "//build/config/compiler:no_size_t_to_int_warning", 21 "//build/config/compiler:no_size_t_to_int_warning",
23 ] 22 ]
24 23
25 deps = [ 24 deps = [
26 # TODO(GYP) bug 376846 remove this. This should be inherited from //net but 25 # TODO(GYP) bug 376846 remove this. This should be inherited from //net but
27 # those don't cross component boundaries. 26 # those don't cross component boundaries.
28 "//crypto:platform", 27 "//crypto:platform",
29 "//base/allocator", 28 "//base/allocator",
30 "//cc", 29 "//cc",
31 "//cc/blink", 30 "//cc/blink",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 222
224 if (enable_webvr) { 223 if (enable_webvr) {
225 sources += [ 224 sources += [
226 "vr/vr_dispatcher.cc", 225 "vr/vr_dispatcher.cc",
227 "vr/vr_dispatcher.h", 226 "vr/vr_dispatcher.h",
228 "vr/vr_type_converters.cc", 227 "vr/vr_type_converters.cc",
229 "vr/vr_type_converters.h", 228 "vr/vr_type_converters.h",
230 ] 229 ]
231 } 230 }
232 } 231 }
OLDNEW
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698