diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 04:13:28 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 04:13:28 +0000 |
commit | a3a4a580df1f6b45d722612da5c993087019bb2d (patch) | |
tree | 6af32fb1769eb4d0ebbe113f6a32e55d56c9556a /chrome/tools/build/win/FILES.cfg | |
parent | 93790804de1267a9f5f0fc4db9b854dce26ecac3 (diff) | |
download | chromium_src-a3a4a580df1f6b45d722612da5c993087019bb2d.zip chromium_src-a3a4a580df1f6b45d722612da5c993087019bb2d.tar.gz chromium_src-a3a4a580df1f6b45d722612da5c993087019bb2d.tar.bz2 |
Revert 112812 - Add xinput1_3.dll redist to final package.
Adds XInput redist DLL which is a new dependency of recently added gamepad code,
and is required on Win XP. laforge has OK'd the size addition to the final
package (~100K).
BUG=79050
Review URL: http://codereview.chromium.org/8774023
TBR=scottmg@google.com
Review URL: http://codereview.chromium.org/8788009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build/win/FILES.cfg')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index 45873e0..540ad69 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -363,12 +363,6 @@ FILES = [ 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], }, - # XInput files: - { - 'filename': 'xinput1_3.dll', - 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], - }, # Native Client plugin files: { 'filename': 'ppGoogleNaClPluginChrome.dll', |