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

Unified Diff: content/content.gyp

Issue 2099423002: Convert UtilityProcess to use MojoChild/ShellConnection for the shell handshake. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu
Patch Set: . Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | content/content_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index e36fc0bd538851069760b0115f120f050e0f34fb..d06051241f1e9d51b13ccfcb67d746fcb2347852 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -78,6 +78,20 @@
'hard_dependency': 1,
},
{
+ # GN version: //content/public/app:gpu_manifest
+ 'target_name': 'content_app_gpu_manifest',
+ 'type': 'none',
+ 'variables': {
+ 'application_type': 'exe',
+ 'application_name': 'content_gpu',
+ 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifest.json',
+ },
+ 'includes': [
+ '../mojo/public/mojo_application_manifest.gypi',
+ ],
+ 'hard_dependency': 1,
+ },
+ {
# GN version: //content/public/app:renderer_manifest
'target_name': 'content_app_renderer_manifest',
'type': 'none',
@@ -92,13 +106,13 @@
'hard_dependency': 1,
},
{
- # GN version: //content/public/app:gpu_manifest
- 'target_name': 'content_app_gpu_manifest',
+ # GN version: //content/public/app:utility_manifest
+ 'target_name': 'content_app_utility_manifest',
'type': 'none',
'variables': {
'application_type': 'exe',
- 'application_name': 'content_gpu',
- 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_gpu_manifest.json',
+ 'application_name': 'content_utility',
+ 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_utility_manifest.json',
},
'includes': [
'../mojo/public/mojo_application_manifest.gypi',
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698