summaryrefslogtreecommitdiffstats
path: root/chrome/installer/installer_tools.gyp
diff options
context:
space:
mode:
authorsebmarchand <sebmarchand@chromium.org>2015-05-08 07:53:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-08 14:55:22 +0000
commitb17830efb1f5230b5a754e1289308e43a97b09da (patch)
tree7546dbc5b251e5014142b1148bf69b272428bd6e /chrome/installer/installer_tools.gyp
parent35fdb39ad06a9ab1e38fb090a07d2fa105377896 (diff)
downloadchromium_src-b17830efb1f5230b5a754e1289308e43a97b09da.zip
chromium_src-b17830efb1f5230b5a754e1289308e43a97b09da.tar.gz
chromium_src-b17830efb1f5230b5a754e1289308e43a97b09da.tar.bz2
Revert of Remove duplication in mini_installer.gyp/.gypi (patchset #4 id:60001 of https://codereview.chromium.org/1080313003/)
Reason for revert: It seems like it's breaking the official build: WARNING: File not found: mini_installer_exe_version.rc Original issue's description: > Remove duplication in mini_installer.gyp/.gypi > > BUG=470889 > > Committed: https://crrev.com/77592558a510ee237f3308f987eca62903a4698a > Cr-Commit-Position: refs/heads/master@{#328811} TBR=siggi@chromium.org,grt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=470889 Review URL: https://codereview.chromium.org/1130883006 Cr-Commit-Position: refs/heads/master@{#328954}
Diffstat (limited to 'chrome/installer/installer_tools.gyp')
-rw-r--r--chrome/installer/installer_tools.gyp25
1 files changed, 0 insertions, 25 deletions
diff --git a/chrome/installer/installer_tools.gyp b/chrome/installer/installer_tools.gyp
index c926caf..3033e21 100644
--- a/chrome/installer/installer_tools.gyp
+++ b/chrome/installer/installer_tools.gyp
@@ -32,31 +32,6 @@
'tools/validate_installation_resource.h',
],
},
- {
- # A target that is outdated if any of the mini_installer test sources
- # are modified.
- 'target_name': 'test_installer_sentinel',
- 'type': 'none',
- 'includes': [
- '../test/mini_installer/test_installer.gypi',
- ],
- 'actions': [
- {
- 'action_name': 'touch_sentinel',
- 'variables': {
- 'touch_sentinel_py': '../tools/build/win/touch_sentinel.py',
- },
- 'inputs': [
- '<@(test_installer_sources)', # from test_installer.gypi
- '<(touch_sentinel_py)',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/test_installer_sentinel',
- ],
- 'action': ['python', '<(touch_sentinel_py)', '<@(_outputs)'],
- },
- ],
- },
],
}],
],