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: content/content.gyp

Issue 1951673002: Add GYP support for packaged manifests (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 | « no previous file | mojo/public/mojo_application_manifest.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 0b77224d96bc200f2c3327d75d096961ba5ea2e3..5ddc71775468f42aa24e8e8318416501784a8062 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -64,11 +64,17 @@
'variables': {
'application_type': 'exe',
'application_name': 'content_browser',
+ 'packaged_manifests': [
+ '<(PRODUCT_DIR)/Mojo Applications/user/manifest.json',
+ ],
'source_manifest': '<(DEPTH)/content/public/app/mojo/content_browser_manifest.json',
},
'includes': [
'../mojo/public/mojo_application_manifest.gypi',
],
+ 'dependencies': [
+ '../services/user/user.gyp:user_app_manifest',
+ ],
'hard_dependency': 1,
},
{
« no previous file with comments | « no previous file | mojo/public/mojo_application_manifest.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698