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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/chromoting.wxs ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/parameters.json
diff --git a/remoting/host/win/parameters.json b/remoting/host/win/parameters.json
new file mode 100644
index 0000000000000000000000000000000000000000..9a2dedab2bed8a3fb14eef5e5125182be9532d5d
--- /dev/null
+++ b/remoting/host/win/parameters.json
@@ -0,0 +1,22 @@
+{
+ "defines": {
+ "Branding": "@@BRANDING@@",
+ "OfficialBuild": "@@OFFICIAL_BUILD@@",
+ "RemotingMultiProcess" : "@@REMOTING_MULTI_PROCESS@@",
+ "ControllerClsid": "@@CONTROLLER_CLSID@@",
+ "Version": "@@VERSION@@"
+ },
+ "extensions": [
+ "WixFirewallExtension.dll",
+ "WixUIExtension.dll",
+ "WixUtilExtension.dll"
+ ],
+ "source": "chromoting.wxs",
+ "bind_path": "files",
+ "light": {
+ "switches": [
+ "-cultures:en-us",
+ "-sw1076"
+ ]
+ }
+}
« 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