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

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

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 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/browser/BUILD.gn ('k') | content/public/browser/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("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 import("//third_party/WebKit/public/public_features.gni") 8 import("//third_party/WebKit/public/public_features.gni")
9 9
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "worker_thread_message_filter.cc", 209 "worker_thread_message_filter.cc",
210 "worker_thread_message_filter.h", 210 "worker_thread_message_filter.h",
211 "worker_thread_registry.cc", 211 "worker_thread_registry.cc",
212 "worker_thread_registry.h", 212 "worker_thread_registry.h",
213 ] 213 ]
214 214
215 configs += [ "//build/config:precompiled_headers" ] 215 configs += [ "//build/config:precompiled_headers" ]
216 216
217 public_deps = [ 217 public_deps = [
218 "//gpu/ipc/client:client", 218 "//gpu/ipc/client:client",
219 "//ipc",
219 "//services/service_manager/public/interfaces:interfaces_blink", 220 "//services/service_manager/public/interfaces:interfaces_blink",
220 ] 221 ]
221 222
222 deps = [ 223 deps = [
223 "//base", 224 "//base",
224 "//cc/paint", 225 "//cc/paint",
225 "//components/discardable_memory/client", 226 "//components/discardable_memory/client",
226 "//components/discardable_memory/public/interfaces", 227 "//components/discardable_memory/public/interfaces",
227 "//components/mime_util", 228 "//components/mime_util",
228 "//components/tracing", 229 "//components/tracing",
229 "//components/tracing:startup_tracing", 230 "//components/tracing:startup_tracing",
230 "//components/webcrypto", 231 "//components/webcrypto",
231 "//content/app/resources", 232 "//content/app/resources",
232 "//content/app/strings", 233 "//content/app/strings",
233 "//content/common", 234 "//content/common",
234 "//content/public/common:common_sources", 235 "//content/public/common:common_sources",
235 "//crypto:platform", 236 "//crypto:platform",
236 "//gpu/command_buffer/client", 237 "//gpu/command_buffer/client",
237 "//ipc",
238 "//media", 238 "//media",
239 "//media/blink", 239 "//media/blink",
240 "//mojo/common", 240 "//mojo/common",
241 "//mojo/edk/system", 241 "//mojo/edk/system",
242 "//net", 242 "//net",
243 "//services/device/public/cpp/power_monitor", 243 "//services/device/public/cpp/power_monitor",
244 "//services/device/public/interfaces:constants", 244 "//services/device/public/interfaces:constants",
245 "//services/resource_coordinator/public/cpp", 245 "//services/resource_coordinator/public/cpp",
246 "//services/service_manager/public/cpp", 246 "//services/service_manager/public/cpp",
247 "//services/service_manager/public/interfaces", 247 "//services/service_manager/public/interfaces",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 298
299 # See comment at the top of //content/BUILD.gn for how this works. 299 # See comment at the top of //content/BUILD.gn for how this works.
300 group("for_content_tests") { 300 group("for_content_tests") {
301 visibility = [ "//content/test/*" ] 301 visibility = [ "//content/test/*" ]
302 if (!is_component_build) { 302 if (!is_component_build) {
303 public_deps = [ 303 public_deps = [
304 ":child", 304 ":child",
305 ] 305 ]
306 } 306 }
307 } 307 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698