From 072d5850bac0755023b314110c27480c6963e477 Mon Sep 17 00:00:00 2001 From: "gregoryd@google.com" Date: Thu, 4 Mar 2010 18:43:58 +0000 Subject: Add 64-bit binaries that are required for NaCl support to Chrome installation on Windows. NaCl uses two additional binaries on 64-bit Windows: nacl64.exe and nacl64.dll, so these binaries need to be installed and updated as part of Chrome installation/update. Review URL: http://codereview.chromium.org/567028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40639 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/build/win/FILES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/tools') diff --git a/chrome/tools/build/win/FILES b/chrome/tools/build/win/FILES index c8de19c..2b42504 100644 --- a/chrome/tools/build/win/FILES +++ b/chrome/tools/build/win/FILES @@ -2,7 +2,9 @@ avcodec-52.dll avformat-52.dll avutil-50.dll chrome.exe +nacl64.exe chrome.dll +nacl64.dll crash_service.exe First Run gears.dll -- cgit v1.1