summaryrefslogtreecommitdiffstats
path: root/remoting/tools/candle_and_light.py
Commit message (Collapse)AuthorAgeFilesLines
* [Chromoting] Avoid potential conflicts leading to pending reboots while ↵alexeypa@chromium.org2012-08-171-0/+2
| | | | | | | | | | | | | | | | | upgrading the me2me host: - Install the host binaries to versioned folders. - Drop references to the COM objects quickly. - Auto-generate CLSID of the daemon controller at GYP time. This makes sure that a freshly installed version of the controller will be launched after upgrade even if there is already running instance cached by RPCSS. This CL restores https://chromiumcodereview.appspot.com/10831037 (r148671) and https://chromiumcodereview.appspot.com/10837087 (r149866) previously reverted by r150494. Unlike the previous two CLs this one does not require GYP changes (that is changes to GYP itself, not .gyp files). BUG=137755 Review URL: https://chromiumcodereview.appspot.com/10828352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152120 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting r148671, r149866 (broke VS2008 builder) and r150361 (broke ninja).alexeypa@chromium.org2012-08-081-2/+0
| | | | | | | | | | | | Rolling GYP to r1458 to undo (r1457, r1452, r1450, r1449). BUG=141132, 137755 TBR=alexeypa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150494 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Auto-generate CLSID of the daemon controller at GYP time. This ↵alexeypa@chromium.org2012-08-031-0/+2
| | | | | | | | | | | makes sure that a freshly installed version of the controller will be launched after upgrade even if there is already running instance cached by RPCSS. BUG=137755 Review URL: https://chromiumcodereview.appspot.com/10837087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149866 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Moving Windows-only host installation script to ↵alexeypa@google.com2012-08-031-0/+73
remoting/host/win. Moving scripts to remoting/tools. Review URL: https://chromiumcodereview.appspot.com/10832124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149856 0039d316-1c4b-4281-b951-d872f2087c98