Chromium Code Reviews| 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", |
|
Jamie
2016/06/03 17:49:31
Can the file be removed as well?
joedow
2016/06/03 18:11:02
I have a follow up CL which removes the remnants o
|
| - root_build_dir) ] |
| - _extra_files += [ "files/sas.dll" ] |
| - } |
| args = [ |
| rebase_path("$root_gen_dir/installation", root_build_dir), |