Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |