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

Unified Diff: remoting/host/installer/win/chromoting.wxs

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/BUILD.gn ('k') | remoting/host/sas_injector_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/win/chromoting.wxs
diff --git a/remoting/host/installer/win/chromoting.wxs b/remoting/host/installer/win/chromoting.wxs
index c0da27854e48b514c059c809e9528649e4547866..73c2064a1044585c968e64f591f67c25ac379071 100644
--- a/remoting/host/installer/win/chromoting.wxs
+++ b/remoting/host/installer/win/chromoting.wxs
@@ -153,13 +153,6 @@
</Directory>
<DirectoryRef Id="binaries">
- <Component Id="sas" Guid="*">
- <File Id="sas.dll"
- DiskId="1"
- Name="sas.dll"
- Vital="yes"/>
- </Component>
-
<Component Id="credits" Guid="*">
<File Id="CREDITS.txt"
DiskId="1"
@@ -636,7 +629,6 @@
<ComponentRef Id="remoting_lib"/>
<ComponentRef Id="remoting_pairing_registry"/>
<ComponentRef Id="remoting_start_host"/>
- <ComponentRef Id="sas"/>
<ComponentRef Id="sawbuck_provider"/>
</Feature>
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/sas_injector_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698