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

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

Issue 2230283003: Revert of Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
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
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/app/mojo/content_browser_manifest.json » ('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 # App different than the regular content subcomponents (see comments in 5 # App different than the regular content subcomponents (see comments in
6 # //content/BUILD.gn) because it has to support the browser/child process split 6 # //content/BUILD.gn) because it has to support the browser/child process split
7 # (the "both" target include both browser and child process files and is used 7 # (the "both" target include both browser and child process files and is used
8 # for testing). 8 # for testing).
9 # 9 #
10 # In non-component mode, browser, child, and both all follow the same structure: 10 # In non-component mode, browser, child, and both all follow the same structure:
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "//services/user:manifest", 179 "//services/user:manifest",
180 ] 180 ]
181 } 181 }
182 182
183 service_manifest("gpu_manifest") { 183 service_manifest("gpu_manifest") {
184 type = "exe" 184 type = "exe"
185 name = "content_gpu" 185 name = "content_gpu"
186 source = "mojo/content_gpu_manifest.json" 186 source = "mojo/content_gpu_manifest.json"
187 } 187 }
188 188
189 service_manifest("plugin_manifest") {
190 type = "exe"
191 name = "content_plugin"
192 source = "mojo/content_plugin_manifest.json"
193 }
194
195 service_manifest("renderer_manifest") { 189 service_manifest("renderer_manifest") {
196 type = "exe" 190 type = "exe"
197 name = "content_renderer" 191 name = "content_renderer"
198 source = "mojo/content_renderer_manifest.json" 192 source = "mojo/content_renderer_manifest.json"
199 } 193 }
200 194
201 service_manifest("utility_manifest") { 195 service_manifest("utility_manifest") {
202 type = "exe" 196 type = "exe"
203 name = "content_utility" 197 name = "content_utility"
204 source = "mojo/content_utility_manifest.json" 198 source = "mojo/content_utility_manifest.json"
205 } 199 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698