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

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

Issue 1889253002: Remove uses of shell::Loader from content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 ":both", 139 ":both",
140 ] 140 ]
141 } 141 }
142 } 142 }
143 } 143 }
144 144
145 mojo_application_manifest("browser_manifest") { 145 mojo_application_manifest("browser_manifest") {
146 type = "exe" 146 type = "exe"
147 application_name = "content_browser" 147 application_name = "content_browser"
148 source = "mojo/content_browser_manifest.json" 148 source = "mojo/content_browser_manifest.json"
149 packaged_applications = [ "user" ] 149 packaged_applications = [
150 "media",
151 "user",
152 ]
150 deps = [ 153 deps = [
154 "//media/mojo/services:media_manifest",
151 "//services/user:manifest", 155 "//services/user:manifest",
152 ] 156 ]
153 } 157 }
154 158
155 mojo_application_manifest("renderer_manifest") { 159 mojo_application_manifest("renderer_manifest") {
156 type = "exe" 160 type = "exe"
157 application_name = "content_renderer" 161 application_name = "content_renderer"
158 source = "mojo/content_renderer_manifest.json" 162 source = "mojo/content_renderer_manifest.json"
159 } 163 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_process_control_impl.cc ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698