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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2797093002: Add net public_deps in content/public/common:common_sources, and the followon public_deps in conten… (Closed)
Patch Set: Created 3 years, 8 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/public/browser/BUILD.gn ('k') | no next file » | 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 248
249 public_configs = [ "//v8:external_startup_data" ] 249 public_configs = [ "//v8:external_startup_data" ]
250 250
251 public_deps = [ 251 public_deps = [
252 ":service_names", 252 ":service_names",
253 "//content/common", 253 "//content/common",
254 "//content/public/common:interfaces", 254 "//content/public/common:interfaces",
255 "//ipc", 255 "//ipc",
256 "//mojo/edk/system", 256 "//mojo/edk/system",
257 "//mojo/public/cpp/bindings", 257 "//mojo/public/cpp/bindings",
258 "//net",
258 "//services/service_manager/public/cpp", 259 "//services/service_manager/public/cpp",
259 "//services/service_manager/public/interfaces", 260 "//services/service_manager/public/interfaces",
260 "//third_party/WebKit/public:blink_headers", 261 "//third_party/WebKit/public:blink_headers",
261 "//ui/accessibility", 262 "//ui/accessibility",
262 "//ui/surface", 263 "//ui/surface",
263 "//url/ipc:url_ipc", 264 "//url/ipc:url_ipc",
264 ] 265 ]
265 deps = [ 266 deps = [
266 ":content_descriptor_keys", 267 ":content_descriptor_keys",
267 268
268 # This looks needless as we have //content/common in public_deps, but it's 269 # This looks needless as we have //content/common in public_deps, but it's
269 # needed because of allow_circular_includes_from. 270 # needed because of allow_circular_includes_from.
270 "//components/mime_util", 271 "//components/mime_util",
271 "//content/common:mojo_bindings", 272 "//content/common:mojo_bindings",
272 "//media", 273 "//media",
273 "//mojo/common", 274 "//mojo/common",
274 "//net",
275 "//ppapi/c", 275 "//ppapi/c",
276 "//ppapi/features", 276 "//ppapi/features",
277 "//services/service_manager/public/cpp", 277 "//services/service_manager/public/cpp",
278 "//skia", 278 "//skia",
279 "//storage/common", 279 "//storage/common",
280 "//third_party/icu", 280 "//third_party/icu",
281 "//ui/accessibility", 281 "//ui/accessibility",
282 "//ui/base", 282 "//ui/base",
283 "//ui/gfx", 283 "//ui/gfx",
284 "//ui/gfx/ipc", 284 "//ui/gfx/ipc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 sources = [ 333 sources = [
334 "window_container_type.mojom", 334 "window_container_type.mojom",
335 ] 335 ]
336 } 336 }
337 337
338 mojom("service_names") { 338 mojom("service_names") {
339 sources = [ 339 sources = [
340 "service_names.mojom", 340 "service_names.mojom",
341 ] 341 ]
342 } 342 }
OLDNEW
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698