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

Unified Diff: chrome/installer/mini_installer_version.gyp

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge 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 | « chrome/installer/mini_installer_syzygy.gyp ('k') | chrome/installer/upgrade_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer_version.gyp
diff --git a/chrome/installer/mini_installer_version.gyp b/chrome/installer/mini_installer_version.gyp
deleted file mode 100644
index 29b14f543437232312a53876672e6eef667ea3a7..0000000000000000000000000000000000000000
--- a/chrome/installer/mini_installer_version.gyp
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright (c) 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': {
- 'chromium_code': 1,
- 'version_py': '<(DEPTH)/build/util/version.py',
- 'version_path': '../../chrome/VERSION',
- 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
- 'branding_dir': '../app/theme/<(branding_path_component)',
- },
- 'conditions': [
- ['OS=="win"', {
- 'targets': [
- {
- 'target_name': 'mini_installer_version',
- 'type': 'none',
- 'sources': [
- 'mini_installer/mini_installer_exe_version.rc.version',
- ],
- 'rules': [
- {
- 'rule_name': 'mini_installer_version',
- 'extension': 'version',
- 'variables': {
- 'template_input_path': 'mini_installer/mini_installer_exe_version.rc.version',
- },
- 'inputs': [
- '<(template_input_path)',
- '<(version_path)',
- '<(lastchange_path)',
- '<(branding_dir)/BRANDING',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/mini_installer_exe_version.rc',
- ],
- 'action': [
- 'python', '<(version_py)',
- '-f', '<(version_path)',
- '-f', '<(lastchange_path)',
- '-f', '<(branding_dir)/BRANDING',
- '<(template_input_path)',
- '<@(_outputs)',
- ],
- 'process_outputs_as_sources': 1,
- 'message': 'Generating version information'
- },
- ],
- }],
- }],
- ],
-}
« no previous file with comments | « chrome/installer/mini_installer_syzygy.gyp ('k') | chrome/installer/upgrade_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698