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

Unified Diff: remoting/remoting_host_win.gypi

Issue 2033683003: Removing Chromoting's dependence on the sas.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating comment Created 4 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
« no previous file with comments | « remoting/host/win/rdp_client_window.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_win.gypi
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index 0d84b352a1679133d0eb56d80ef9d93d0759315f..e33c33350ef33d5dff0ea0d7248e9137e126f4cc 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -258,6 +258,7 @@
'comctl32.lib',
'rpcns4.lib',
'rpcrt4.lib',
+ 'sas.lib',
'uuid.lib',
'wtsapi32.lib',
],
@@ -535,7 +536,7 @@
# component build is used the produced installation will not work due to
# missing DLLs. We build it anyway to make sure the GYP scripts are executed
# by the bots.
- ['wix_exists == "True" and sas_dll_exists == "True"', {
+ ['wix_exists == "True"', {
'targets': [
{
'target_name': 'remoting_host_installation',
@@ -623,7 +624,6 @@
],
'generated_files': [
'<@(_compiled_inputs)',
- '<(sas_dll_path)/sas.dll',
'<(SHARED_INTERMEDIATE_DIR)/remoting/CREDITS.txt',
'<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
'<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
@@ -632,7 +632,6 @@
],
'generated_files_dst': [
'<@(_compiled_inputs_dst)',
- 'files/sas.dll',
'files/CREDITS.txt',
'files/com.google.chrome.remote_assistance.json',
'files/com.google.chrome.remote_desktop.json',
@@ -652,7 +651,6 @@
],
'inputs': [
'<@(_compiled_inputs)',
- '<(sas_dll_path)/sas.dll',
'<@(_source_files)',
'host/installer/build-installer-archive.py',
'resources/chromoting.ico',
@@ -687,7 +685,7 @@
'type': 'none',
},
], # end of 'targets'
- }], # 'wix_exists == "True" and sas_dll_exists == "True"'
+ }], # 'wix_exists == "True"
], # end of 'conditions'
}
« no previous file with comments | « remoting/host/win/rdp_client_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698