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

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

Issue 2900583002: Revert of [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase Created 3 years, 7 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 service_manifest("packaged_services_manifest") { 180 service_manifest("packaged_services_manifest") {
181 name = "content_packaged_services" 181 name = "content_packaged_services"
182 source = "mojo/content_packaged_services_manifest.json" 182 source = "mojo/content_packaged_services_manifest.json"
183 packaged_services = [ 183 packaged_services = [
184 "//content/network:manifest", 184 "//content/network:manifest",
185 "//media/mojo/services:media_manifest", 185 "//media/mojo/services:media_manifest",
186 "//services/data_decoder:manifest", 186 "//services/data_decoder:manifest",
187 "//services/device:manifest", 187 "//services/device:manifest",
188 "//services/resource_coordinator:manifest", 188 "//services/resource_coordinator:manifest",
189 "//services/shape_detection:manifest", 189 "//services/shape_detection:manifest",
190 "//services/video_capture:manifest",
191 ] 190 ]
192 } 191 }
193 192
194 service_manifest("browser_manifest") { 193 service_manifest("browser_manifest") {
195 name = "content_browser" 194 name = "content_browser"
196 source = "mojo/content_browser_manifest.json" 195 source = "mojo/content_browser_manifest.json"
197 packaged_services = [ "//services/file:manifest" ] 196 packaged_services = [ "//services/file:manifest" ]
198 } 197 }
199 198
200 service_manifest("gpu_manifest") { 199 service_manifest("gpu_manifest") {
201 name = "content_gpu" 200 name = "content_gpu"
202 source = "mojo/content_gpu_manifest.json" 201 source = "mojo/content_gpu_manifest.json"
203 } 202 }
204 203
205 service_manifest("plugin_manifest") { 204 service_manifest("plugin_manifest") {
206 name = "content_plugin" 205 name = "content_plugin"
207 source = "mojo/content_plugin_manifest.json" 206 source = "mojo/content_plugin_manifest.json"
208 } 207 }
209 208
210 service_manifest("renderer_manifest") { 209 service_manifest("renderer_manifest") {
211 name = "content_renderer" 210 name = "content_renderer"
212 source = "mojo/content_renderer_manifest.json" 211 source = "mojo/content_renderer_manifest.json"
213 } 212 }
214 213
215 service_manifest("utility_manifest") { 214 service_manifest("utility_manifest") {
216 name = "content_utility" 215 name = "content_utility"
217 source = "mojo/content_utility_manifest.json" 216 source = "mojo/content_utility_manifest.json"
218 } 217 }
OLDNEW
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698