diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 00:30:51 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 00:30:51 +0000 |
commit | 07506b507533d46e7ef826819ec9c5cbca5035aa (patch) | |
tree | 6cfc1f745d2703904174adec70eb60fe1d089861 /chrome/installer | |
parent | 241415acc358cbfb1054c2f4f8510ecbe6fe8c29 (diff) | |
download | chromium_src-07506b507533d46e7ef826819ec9c5cbca5035aa.zip chromium_src-07506b507533d46e7ef826819ec9c5cbca5035aa.tar.gz chromium_src-07506b507533d46e7ef826819ec9c5cbca5035aa.tar.bz2 |
Added stub native web worker support, including build support in preparation
for integrating the native client build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index babfd2e..cc20252 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -347,7 +347,7 @@ 'shlwapi.lib', ], 'AdditionalLibraryDirectories': - '<(DEPTH)/third_party/platformsdk_win2008_6_1/files/Lib;<(PRODUCT_DIR)/lib', + ['<(DEPTH)/third_party/platformsdk_win2008_6_1/files/Lib;<(PRODUCT_DIR)/lib'], 'AdditionalOptions': '/safeseh:NO /dynamicbase:no /nxcompat /fixed', 'DelayLoadDLLs=': [], |