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

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

Issue 10965013: [Chromoting] Build Chromoting Host installation in two steps: (binaries & .wxs) -> .zip -> .msi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make sure msbuild and the custom actions use different folders. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/win/chromoting.wxs ('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
(Empty)
1 {
2 "defines": {
3 "Branding": "@@BRANDING@@",
4 "OfficialBuild": "@@OFFICIAL_BUILD@@",
5 "RemotingMultiProcess" : "@@REMOTING_MULTI_PROCESS@@",
6 "ControllerClsid": "@@CONTROLLER_CLSID@@",
7 "Version": "@@VERSION@@"
8 },
9 "extensions": [
10 "WixFirewallExtension.dll",
11 "WixUIExtension.dll",
12 "WixUtilExtension.dll"
13 ],
14 "source": "chromoting.wxs",
15 "bind_path": "files",
16 "light": {
17 "switches": [
18 "-cultures:en-us",
19 "-sw1076"
20 ]
21 }
22 }
OLDNEW
« no previous file with comments | « remoting/host/win/chromoting.wxs ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698