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

Unified Diff: mojo/mojo_shell.gyp

Issue 1828733004: Load application manifests from resources (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | mojo/public/mojo_application_manifest.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 25e6bce2a1c1f1600eeb53d682a7fc7a5875d24e..1decb57f82020514c622c57605476997ef69c545 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -147,5 +147,18 @@
],
}],
],
+ }, {
+ # GN version: //mojo/services/catalog:manifest
+ 'target_name': 'mojo_catalog_manifest',
+ 'type': 'none',
+ 'variables': {
+ 'application_type': 'mojo',
+ 'application_name': 'catalog',
+ 'source_manifest': '<(DEPTH)/mojo/services/catalog/manifest.json',
+ },
+ 'includes': [
+ '../mojo/public/mojo_application_manifest.gypi',
+ ],
+ 'hard_dependency': 1,
}],
}
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | mojo/public/mojo_application_manifest.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698