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

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

Issue 2321803002: Deletes remaining traces of gyp in services/ and mojo/ (Closed)
Patch Set: Created 4 years, 3 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 | « services/shell/public/interfaces/BUILD.gn ('k') | services/shell/shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/service_manifest.gypi
diff --git a/services/shell/public/service_manifest.gypi b/services/shell/public/service_manifest.gypi
deleted file mode 100644
index 4b529a93e02e739f87d558d48d55050708fe8a87..0000000000000000000000000000000000000000
--- a/services/shell/public/service_manifest.gypi
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'variables': {
- 'name%': '<(name)',
- 'type%': '<(type)',
- 'base_manifest%': 'none',
- 'packaged_manifests%': []
- },
- 'type%': '<(type)',
- 'name%': '<(name)',
- 'base_manifest%': '<(base_manifest)',
- 'manifest_collator_script%':
- '<(DEPTH)/services/shell/public/tools/manifest/manifest_collator.py',
- 'packaged_manifests%': '<(packaged_manifests)',
- 'source_manifest%': '<(source_manifest)',
- 'conditions': [
- ['type=="mojo"', {
- 'output_manifest%': '<(PRODUCT_DIR)/Packages/<(name)/manifest.json',
- }, {
- 'output_manifest%': '<(PRODUCT_DIR)/<(name)_manifest.json',
- }],
- ['base_manifest!="none"', {
- 'extra_args%': [
- '--base-manifest=<(base_manifest)',
- '<@(packaged_manifests)',
- ],
- }, {
- 'extra_args%': [
- '<@(packaged_manifests)',
- ],
- }]
- ],
- },
- 'actions': [{
- 'action_name': '<(_target_name)_collation',
- 'inputs': [
- '<(manifest_collator_script)',
- '<(source_manifest)',
- ],
- 'outputs': [
- '<(output_manifest)',
- ],
- 'action': [
- 'python',
- '<(manifest_collator_script)',
- '--name', '<(name)',
- '--parent=<(source_manifest)',
- '--output=<(output_manifest)',
- '<@(extra_args)',
- ],
- }],
-}
« no previous file with comments | « services/shell/public/interfaces/BUILD.gn ('k') | services/shell/shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698