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

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

Issue 10959031: [Chromoting] Publish Chromoting Host installation as a .zip archive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, |target| and |sources| were swapped. Created 8 years, 2 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 | « chrome/tools/build/win/FILES.cfg ('k') | remoting/remoting.gyp » ('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": [
15 "remoting_desktop.exe",
16 "remoting_host_controller.exe",
17 "remoting_me2me_host.exe",
18 "remoting_service.exe"
19 ],
14 "source": "chromoting.wxs", 20 "source": "chromoting.wxs",
15 "bind_path": "files", 21 "bind_path": "files",
16 "light": { 22 "light": {
17 "switches": [ 23 "switches": [
18 "-cultures:en-us", 24 "-cultures:en-us",
19 "-sw1076" 25 "-sw1076"
20 ] 26 ]
21 } 27 }
22 } 28 }
OLDNEW
« no previous file with comments | « chrome/tools/build/win/FILES.cfg ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698