sas.dll is not included to Windows 8 SDK. Use one from from Windows 7 SDK instead.

BUG=134509
TEST=src/remoting.gyp:remoting_host_installation is buildable.


Review URL: https://chromiumcodereview.appspot.com/10673011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@144507 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
alexeypa@chromium.org 2012-06-27 19:14:06 +00:00
Родитель 301241c917
Коммит 3890f9070e
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -555,7 +555,7 @@
], ],
}], # internal_pdf }], # internal_pdf
['component != "shared_library" and wix_exists == "True" and \ ['component != "shared_library" and wix_exists == "True" and \
platformsdk_exists == "True"', { sas_dll_exists == "True"', {
'dependencies': [ 'dependencies': [
'../remoting/remoting.gyp:remoting_host_installation', '../remoting/remoting.gyp:remoting_host_installation',
'../remoting/remoting.gyp:remoting_host_installation_unittest', '../remoting/remoting.gyp:remoting_host_installation_unittest',

Просмотреть файл

@ -349,7 +349,7 @@
# Force rlz to use chrome's networking stack. # Force rlz to use chrome's networking stack.
'force_rlz_use_chrome_net%': 1, 'force_rlz_use_chrome_net%': 1,
'platformsdk_path%': '<(DEPTH)/third_party/platformsdk_win7/files', 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x86',
'wix_path%': '<(DEPTH)/third_party/wix', 'wix_path%': '<(DEPTH)/third_party/wix',
'conditions': [ 'conditions': [
@ -568,7 +568,7 @@
'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)', 'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)',
'enable_task_manager%': '<(enable_task_manager)', 'enable_task_manager%': '<(enable_task_manager)',
'platformsdk_path%': '<(platformsdk_path)', 'sas_dll_path%': '<(sas_dll_path)',
'wix_path%': '<(wix_path)', 'wix_path%': '<(wix_path)',
'android_upstream_bringup%': '<(android_upstream_bringup)', 'android_upstream_bringup%': '<(android_upstream_bringup)',
@ -801,7 +801,7 @@
# Native Client is enabled by default. # Native Client is enabled by default.
'disable_nacl%': 0, 'disable_nacl%': 0,
'platformsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py <(platformsdk_path))', 'sas_dll_exists': '<!(python <(DEPTH)/build/dir_exists.py <(sas_dll_path))',
'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))', 'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))',
'conditions': [ 'conditions': [