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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 8774023: Add xinput1_3.dll redist to final package. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: lf endings on chrome.release Created 9 years 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/chrome.release ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 540ad6928a664c5011b5683e230285aa90b87c1a..45873e0519868ca825531d8b0cd381b181168b07 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -363,6 +363,12 @@ 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',
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698