DescriptionRemoving the sas.dll dependency from the Chromoting MSI
The sas.dll was originally added to allow Chromtoing to inject the Secure
Attention Sequence (SAS). Win7 and later OSes have an API for doing this
however we needed to support this functionality on XP and Vista and using the
redist sas.dll allows this. Since we no longer need to support OSes earlier
than Win7/W2k8R2, we can call the OS API instead of using the version exposed
in sas.dll.
Removing this dependency also cleans up our code and reduces our pacakge size.
I don't think anyone else is using this dll so I am going to submit a follow-up
CL to remove the higher level GYP variables after this lands.
BUG=606385
Committed: https://crrev.com/19d55d345af78a83f3ef181004b8f475377cc354
Cr-Commit-Position: refs/heads/master@{#397798}
Patch Set 1 #Patch Set 2 : fixed some formatting #
Total comments: 4
Patch Set 3 : Updating comment #
Dependent Patchsets: Messages
Total messages: 18 (9 generated)
|