Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 93016e2db7d0aff8f5e361f3fcac5223486d14c2..216e4f78db01ec3fe0ab8645451a8077013a2976 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -554,7 +554,6 @@ |
# that are missing. |
'test_isolation_fail_on_missing': 0, |
- 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x86', |
'wix_path%': '<(DEPTH)/third_party/wix', |
# Managed users are enabled by default. |
@@ -948,6 +947,14 @@ |
['OS=="win" or OS=="mac"', { |
'enable_wifi_bootstrapping%' : 1, |
}], |
+ |
+ # Path to sas.dll, which provides the SendSAS function. |
+ # http://msdn.microsoft.com/en-us/library/windows/desktop/dd979761(v=vs.85).aspx |
+ ['target_arch=="x64"', { |
+ 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/amd64', |
+ }, { |
+ 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x86', |
+ }], |
], |
# Set this to 1 to enable use of concatenated impulse responses |