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

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

Issue 2231133002: Revert of Eliminate kMojoChannelToken usage for render processes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 if (is_component_build) { 9 if (is_component_build) {
10 link_target_type = "source_set" 10 link_target_type = "source_set"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "//components/scheduler:scheduler", 46 "//components/scheduler:scheduler",
47 "//components/tracing", 47 "//components/tracing",
48 "//components/tracing:startup_tracing", 48 "//components/tracing:startup_tracing",
49 "//components/webcrypto", 49 "//components/webcrypto",
50 "//content/app/resources", 50 "//content/app/resources",
51 "//content/app/strings", 51 "//content/app/strings",
52 "//content/common", 52 "//content/common",
53 "//content/public/common:common_sources", 53 "//content/public/common:common_sources",
54 "//crypto:platform", 54 "//crypto:platform",
55 "//gpu/command_buffer/client", 55 "//gpu/command_buffer/client",
56 "//ipc",
57 "//ipc:mojom",
58 "//media", 56 "//media",
59 "//mojo/common", 57 "//mojo/common",
60 "//mojo/edk/system", 58 "//mojo/edk/system",
61 "//net", 59 "//net",
62 "//services/shell/public/cpp", 60 "//services/shell/public/cpp",
63 "//services/shell/public/interfaces", 61 "//services/shell/public/interfaces",
64 "//services/shell/runner/common", 62 "//services/shell/runner/common",
65 "//skia", 63 "//skia",
66 "//storage/common", 64 "//storage/common",
67 "//third_party/WebKit/public:blink_headers", 65 "//third_party/WebKit/public:blink_headers",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 111
114 # See comment at the top of //content/BUILD.gn for how this works. 112 # See comment at the top of //content/BUILD.gn for how this works.
115 group("for_content_tests") { 113 group("for_content_tests") {
116 visibility = [ "//content/test/*" ] 114 visibility = [ "//content/test/*" ]
117 if (!is_component_build) { 115 if (!is_component_build) {
118 public_deps = [ 116 public_deps = [
119 ":child", 117 ":child",
120 ] 118 ]
121 } 119 }
122 } 120 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698