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

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

Issue 12189013: Relanding r180433, now without build/some.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/installer/win/chromoting.wxs ('k') | remoting/host/plugin/host_plugin.cc » ('j') | 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 "OfficialBuild": "@@OFFICIAL_BUILD@@", 4 "OfficialBuild": "@@OFFICIAL_BUILD@@",
5 "RemotingMultiProcess" : "@@REMOTING_MULTI_PROCESS@@", 5 "RemotingMultiProcess" : "@@REMOTING_MULTI_PROCESS@@",
6 "ControllerClsid": "@@CONTROLLER_CLSID@@", 6 "ControllerClsid": "@@CONTROLLER_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_controller.exe", 15 "remoting_controller.exe",
16 "remoting_core.dll",
16 "remoting_daemon.exe", 17 "remoting_daemon.exe",
17 "remoting_desktop.exe", 18 "remoting_desktop.exe",
18 "remoting_host.exe" 19 "remoting_host.exe"
19 ], 20 ],
20 "source": "chromoting.wxs", 21 "source": "chromoting.wxs",
21 "bind_path": "files", 22 "bind_path": "files",
22 "light": { 23 "light": {
23 "switches": [ 24 "switches": [
24 "-cultures:en-us", 25 "-cultures:en-us",
25 "-sw1076" 26 "-sw1076"
26 ] 27 ]
27 } 28 }
28 } 29 }
OLDNEW
« no previous file with comments | « remoting/host/installer/win/chromoting.wxs ('k') | remoting/host/plugin/host_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698