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

Unified Diff: content/content.gyp

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
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/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_browser.gypi » ('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 aa58fa2d3ce4b994ce20ab0c17e9ac05bccdfff7..e3147e2a156151bee35b60496ecfa2ab639090e0 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -91,6 +91,34 @@
],
'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:utility_manifest
+ 'target_name': 'content_app_utility_manifest',
+ 'type': 'none',
+ 'variables': {
+ 'application_type': 'exe',
+ 'application_name': 'content_utility',
+ 'source_manifest': '<(DEPTH)/content/public/app/mojo/content_utility_manifest.json',
+ },
+ 'includes': [
+ '../mojo/public/mojo_application_manifest.gypi',
+ ],
+ 'hard_dependency': 1,
+ },
],
'includes': [
'../build/win_precompile.gypi',
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698