summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-25 21:02:26 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-25 21:02:26 +0000
commit559958877bcc5da1866c5ad1ddea2057987ca517 (patch)
tree3d7b4eb3c84f2d1cefa494707729d5d0ff03feba /chrome/chrome_exe.gypi
parent4c8cd0625205d832d9ed1736f943a60c65c8c4a6 (diff)
downloadchromium_src-559958877bcc5da1866c5ad1ddea2057987ca517.zip
chromium_src-559958877bcc5da1866c5ad1ddea2057987ca517.tar.gz
chromium_src-559958877bcc5da1866c5ad1ddea2057987ca517.tar.bz2
Rename the DLL and the executable used by NaCl on Win64 (chrome_nacl_win64.dll -> nacl64.dll, nacl.exe -> nacl64.exe). The motivation for the change:
1. Make the name shorter (look better when installed on users machines) 2. Allow differentiation between 64-bit and 32-bit binaries if we decide to switch to a similar design for 32-bits too. Review URL: http://codereview.chromium.org/650195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 5e01465..0eac355 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -487,7 +487,7 @@
{
'target_name': 'chrome_nacl_win64',
'type': 'executable',
- 'product_name': 'nacl',
+ 'product_name': 'nacl64',
'msvs_guid': 'BB1AE956-038B-4092-96A2-951D2B418548',
'variables': {
'chrome_exe_target': 1,
@@ -514,8 +514,8 @@
],
'msvs_settings': {
'VCLinkerTool': {
- 'ImportLibrary': '$(OutDir)\\lib\\nacl_exe.lib',
- 'ProgramDatabaseFile': '$(OutDir)\\nacl_exe.pdb',
+ 'ImportLibrary': '$(OutDir)\\lib\\nacl64_exe.lib',
+ 'ProgramDatabaseFile': '$(OutDir)\\nacl64_exe.pdb',
},
},
'configurations': {