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

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

Issue 2094723002: Make Blink internal parts private dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: //components/scheduler now also has a public dep on //v8 Created 4 years, 5 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 | « components/webcrypto/BUILD.gn ('k') | media/blink/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 # Targets external to content should always link to the public API. 10 # Targets external to content should always link to the public API.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//third_party/WebKit/public:image_resources", 60 "//third_party/WebKit/public:image_resources",
61 "//third_party/WebKit/public:resources", 61 "//third_party/WebKit/public:resources",
62 "//third_party/icu", 62 "//third_party/icu",
63 "//ui/base", 63 "//ui/base",
64 "//ui/events/gestures/blink", 64 "//ui/events/gestures/blink",
65 "//ui/gfx", 65 "//ui/gfx",
66 "//ui/gfx/geometry", 66 "//ui/gfx/geometry",
67 "//ui/gl", 67 "//ui/gl",
68 "//ui/native_theme", 68 "//ui/native_theme",
69 "//url", 69 "//url",
70 "//v8",
70 ] 71 ]
71 72
72 if (!use_default_render_theme) { 73 if (!use_default_render_theme) {
73 sources -= [ 74 sources -= [
74 "webthemeengine_impl_default.cc", 75 "webthemeengine_impl_default.cc",
75 "webthemeengine_impl_default.h", 76 "webthemeengine_impl_default.h",
76 ] 77 ]
77 } 78 }
78 79
79 if (is_android) { 80 if (is_android) {
(...skipping 20 matching lines...) Expand all
100 101
101 # See comment at the top of //content/BUILD.gn for how this works. 102 # See comment at the top of //content/BUILD.gn for how this works.
102 group("for_content_tests") { 103 group("for_content_tests") {
103 visibility = [ "//content/test/*" ] 104 visibility = [ "//content/test/*" ]
104 if (!is_component_build) { 105 if (!is_component_build) {
105 public_deps = [ 106 public_deps = [
106 ":child", 107 ":child",
107 ] 108 ]
108 } 109 }
109 } 110 }
OLDNEW
« no previous file with comments | « components/webcrypto/BUILD.gn ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698