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

Side by Side Diff: remoting/host/installer/win/parameters.json

Issue 2349583002: Adding UiAccess enabled binary to the signing list (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "defines": { 2 "defines": {
3 "Branding": "@@BRANDING@@", 3 "Branding": "@@BRANDING@@",
4 "ControllerClsid": "@@DAEMON_CONTROLLER_CLSID@@", 4 "ControllerClsid": "@@DAEMON_CONTROLLER_CLSID@@",
5 "OfficialBuild": "@@OFFICIAL_BUILD@@", 5 "OfficialBuild": "@@OFFICIAL_BUILD@@",
6 "RdpDesktopSessionClsid": "@@RDP_DESKTOP_SESSION_CLSID@@", 6 "RdpDesktopSessionClsid": "@@RDP_DESKTOP_SESSION_CLSID@@",
7 "Version": "@@VERSION@@" 7 "Version": "@@VERSION@@"
8 }, 8 },
9 "extensions": [ 9 "extensions": [
10 "WixFirewallExtension.dll", 10 "WixFirewallExtension.dll",
11 "WixUIExtension.dll", 11 "WixUIExtension.dll",
12 "WixUtilExtension.dll" 12 "WixUtilExtension.dll"
13 ], 13 ],
14 "sign": [ 14 "sign": [
15 "remoting_core.dll", 15 "remoting_core.dll",
16 "remoting_desktop.exe", 16 "remoting_desktop.exe",
17 "remoting_host.exe", 17 "remoting_host.exe",
18 "remoting_native_messaging_host.exe", 18 "remoting_native_messaging_host.exe",
19 "remoting_start_host.exe", 19 "remoting_start_host.exe",
20 "remote_assistance_host.exe", 20 "remote_assistance_host.exe",
21 "remote_assistance_host_uiaccess.exe",
21 "remote_security_key.exe" 22 "remote_security_key.exe"
22 ], 23 ],
23 "source": "chromoting.wxs", 24 "source": "chromoting.wxs",
24 "bind_path": "files", 25 "bind_path": "files",
25 "light": { 26 "light": {
26 "switches": [ 27 "switches": [
27 "-cultures:en-us", 28 "-cultures:en-us",
28 "-sw1076" 29 "-sw1076"
29 ] 30 ]
30 } 31 }
31 } 32 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698