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

Unified Diff: services/shell/public/service_manifest.gypi

Issue 2164503006: Rename mojo_application GN templates to service* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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: services/shell/public/service_manifest.gypi
diff --git a/mojo/public/mojo_application_manifest.gypi b/services/shell/public/service_manifest.gypi
similarity index 71%
rename from mojo/public/mojo_application_manifest.gypi
rename to services/shell/public/service_manifest.gypi
index 9b89abb93fd6fe1957a4161818888616befdf63e..d91ecdab496f3ae393939c2c60802495d98dd01b 100644
--- a/mojo/public/mojo_application_manifest.gypi
+++ b/services/shell/public/service_manifest.gypi
@@ -5,23 +5,23 @@
{
'variables': {
'variables': {
- 'application_name%': '<(application_name)',
- 'application_type%': '<(application_type)',
+ 'name%': '<(name)',
+ 'type%': '<(type)',
'base_manifest%': 'none',
'packaged_manifests%': []
},
- 'application_type%': '<(application_type)',
- 'application_name%': '<(application_name)',
+ 'type%': '<(type)',
+ 'name%': '<(name)',
'base_manifest%': '<(base_manifest)',
'manifest_collator_script%':
- '<(DEPTH)/mojo/public/tools/manifest/manifest_collator.py',
+ '<(DEPTH)/services/shell/public/tools/manifest/manifest_collator.py',
'packaged_manifests%': '<(packaged_manifests)',
'source_manifest%': '<(source_manifest)',
'conditions': [
- ['application_type=="mojo"', {
- 'output_manifest%': '<(PRODUCT_DIR)/Mojo Applications/<(application_name)/manifest.json',
+ ['type=="mojo"', {
+ 'output_manifest%': '<(PRODUCT_DIR)/Mojo Applications/<(name)/manifest.json',
}, {
- 'output_manifest%': '<(PRODUCT_DIR)/<(application_name)_manifest.json',
+ 'output_manifest%': '<(PRODUCT_DIR)/<(name)_manifest.json',
}],
['base_manifest!="none"', {
'extra_args%': [
@@ -47,7 +47,7 @@
'action': [
'python',
'<(manifest_collator_script)',
- '--application-name', '<(application_name)',
+ '--name', '<(name)',
'--parent=<(source_manifest)',
'--output=<(output_manifest)',
'<@(extra_args)',
« no previous file with comments | « services/shell/public/service_manifest.gni ('k') | services/shell/public/tools/manifest/manifest_collator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698