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

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, 9 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
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 5cd4a43143f898d84874b35c0ff1fee41c0d651e..86f7494905d1b2d05b50b4ea9fe603d97d22d7f8 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -148,5 +148,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,
}],
}

Powered by Google App Engine
This is Rietveld 408576698