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, |
}], |
} |