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

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

Issue 12179013: Revert 180433 because build\some.gyp was added to the CL by mistake. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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",
17 "remoting_daemon.exe", 16 "remoting_daemon.exe",
18 "remoting_desktop.exe", 17 "remoting_desktop.exe",
19 "remoting_host.exe" 18 "remoting_host.exe"
20 ], 19 ],
21 "source": "chromoting.wxs", 20 "source": "chromoting.wxs",
22 "bind_path": "files", 21 "bind_path": "files",
23 "light": { 22 "light": {
24 "switches": [ 23 "switches": [
25 "-cultures:en-us", 24 "-cultures:en-us",
26 "-sw1076" 25 "-sw1076"
27 ] 26 ]
28 } 27 }
29 } 28 }
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