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

Unified Diff: remoting/host/BUILD.gn

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 | « no previous file | remoting/host/installer/win/chromoting.wxs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 0b11c4ab492e75153d82962fee99ba15f92cd225..54407227986aac4778a45fe135913142d6c3edb9 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -611,6 +611,7 @@ if (is_mac) {
"comctl32.lib",
"rpcns4.lib",
"rpcrt4.lib",
+ "sas.lib",
"uuid.lib",
"wtsapi32.lib",
]
@@ -1086,18 +1087,6 @@ if (is_mac) {
],
root_build_dir)
_extra_files = []
- if (is_chrome_branded) {
- if (target_cpu == "x64") {
- _redist_cpu_path = "amd64"
- } else {
- _redist_cpu_path = "x86"
- }
- _generated_files +=
- [ rebase_path("//third_party/platformsdk_win7/files/Redist/" +
- "$_redist_cpu_path/sas.dll",
- root_build_dir) ]
- _extra_files += [ "files/sas.dll" ]
- }
args = [
rebase_path("$root_gen_dir/installation", root_build_dir),
« no previous file with comments | « no previous file | remoting/host/installer/win/chromoting.wxs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698