Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: remoting/remoting.gyp

Issue 10673011: sas.dll is not included to Windows 8 SDK. Use one from from Windows 7 SDK instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/common.gypi ('K') | « remoting/candle_and_light.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index b252e769fb21e2bdd53788dddbf98b4e6c13e37e..1d33b304ab9b15bcce1d3e0e23e73b399fcc0b22 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -677,7 +677,7 @@
# include all DLLs imported by the installed binaries, so supporting
# the component build becomes a burden.
['OS == "win" and component != "shared_library" and wix_exists == "True" \
- and platformsdk_exists == "True"', {
+ and sas_dll_exists == "True"', {
'targets': [
{
'target_name': 'remoting_host_installation',
@@ -711,7 +711,7 @@
'<(PRODUCT_DIR)/remoting_host_controller.exe',
'<(PRODUCT_DIR)/remoting_me2me_host.exe',
'<(PRODUCT_DIR)/remoting_service.exe',
- '<(platformsdk_path)/redist/x86/sas.dll',
+ '<(sas_dll_path)/sas.dll',
'resources/chromoting.ico',
'candle_and_light.py',
],
@@ -725,7 +725,7 @@
'--version', '<(version_full)',
'--product_dir', '<(PRODUCT_DIR).',
'--intermediate_dir', '<(INTERMEDIATE_DIR).',
- '--platformsdk_path', '<(platformsdk_path)',
+ '--sas_dll_path', '<(sas_dll_path)',
'--input', '<(RULE_INPUT_PATH)',
'--output', '<@(_outputs)',
'<@(_wix_defines)',
« build/common.gypi ('K') | « remoting/candle_and_light.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698