summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/build-webapp.py
Commit message (Collapse)AuthorAgeFilesLines
* The Chromium and Google Chrome builds of the chromoting webapp use differentsimonmorris@chromium.org2012-02-071-0/+16
| | | | | | | | | | keys to access Google services. BUG=112889 Review URL: https://chromiumcodereview.appspot.com/9343001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120782 0039d316-1c4b-4281-b951-d872f2087c98
* Use different redirect URLs for beta, dev and open-source.jamiewalch@google.com2012-01-121-2/+19
| | | | | | | | | BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8510029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117528 0039d316-1c4b-4281-b951-d872f2087c98
* Fix many* python scripts in src/maruel@chromium.org2011-11-231-3/+4
| | | | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. * Do not fix them all at once otherwise the CL would be too large. TBR=jamiewalch@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8665013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111427 0039d316-1c4b-4281-b951-d872f2087c98
* Strip linux symbols from official remoting builds.dmaclach@chromium.org2011-09-221-4/+4
| | | | | | | | | BUG=87300 TEST=Build official linux build Review URL: http://codereview.chromium.org/7967015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102388 0039d316-1c4b-4281-b951-d872f2087c98
* Work towards single build of chromoting.dmaclach@chromium.org2011-09-151-17/+30
| | | | | | | | | | | | | | | - Clean up gyp file - Change manifest to single version - Fix up extension on linux32 vs linux 64. BUG=91840 TEST=Build Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101326 Review URL: http://codereview.chromium.org/7872004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101412 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 101326 - Work towards single build of chromoting.dmaclach@chromium.org2011-09-151-30/+17
| | | | | | | | | | | | | | | | - Clean up gyp file - Change manifest to single version - Fix up extension on linux32 vs linux 64. BUG=91840 TEST=Build Review URL: http://codereview.chromium.org/7872004 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/7894002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101328 0039d316-1c4b-4281-b951-d872f2087c98
* Work towards single build of chromoting.dmaclach@chromium.org2011-09-151-17/+30
| | | | | | | | | | | | | - Clean up gyp file - Change manifest to single version - Fix up extension on linux32 vs linux 64. BUG=91840 TEST=Build Review URL: http://codereview.chromium.org/7872004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101326 0039d316-1c4b-4281-b951-d872f2087c98
* Changes for l10n in official build.jamiewalch@google.com2011-09-081-2/+8
| | | | | | | | | BUG=87821 TEST=Try the app in another language. Review URL: http://codereview.chromium.org/7795063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100191 0039d316-1c4b-4281-b951-d872f2087c98
* Add i18n support to it2me web-app.jamiewalch@google.com2011-08-021-3/+36
| | | | | | | | | BUG=None TEST=Check the javascript console after loading the app and make sure there are no error messages. Review URL: http://codereview.chromium.org/7530032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95146 0039d316-1c4b-4281-b951-d872f2087c98
* Use system time instead of SVN revision for Remoting version.lambroslambrou@chromium.org2011-07-221-16/+8
| | | | | | | | | | | | | The revision-getting code is broken on Mac, so this is a workaround. BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7485009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93546 0039d316-1c4b-4281-b951-d872f2087c98
* Add unique version number to manifest.json version.lambroslambrou@chromium.org2011-07-211-0/+24
| | | | | | | | | | | | | Version number is based on the SVN revision, but formatted as 1.0.N.N to work with Chrome. BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7410011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93443 0039d316-1c4b-4281-b951-d872f2087c98
* Add OS-specific suffix to webapp title.lambroslambrou@chromium.org2011-07-211-2/+9
| | | | | | | | | | BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7410002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93342 0039d316-1c4b-4281-b951-d872f2087c98
* Generate zip file for the remoting it2me webapp, and use symlinks when ↵ajwong@chromium.org2011-06-161-53/+106
| | | | | | | | | | | possible in target. BUG=none TEST=manual on linux Review URL: http://codereview.chromium.org/7171008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89365 0039d316-1c4b-4281-b951-d872f2087c98
* Mocks up the host plugin.dmaclach@chromium.org2011-05-121-19/+28
| | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6982014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85174 0039d316-1c4b-4281-b951-d872f2087c98
* temporarily deal with python 2.5 on some of the linux buildbots.dmaclach@chromium.org2011-05-121-0/+8
| | | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7014010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85106 0039d316-1c4b-4281-b951-d872f2087c98
* Build a "real" webapp deliverable and add plugin to it.dmaclach@chromium.org2011-05-111-0/+59
| | | | | | | | | | | | | BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84843 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84923 Review URL: http://codereview.chromium.org/6998009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84990 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84923 - Build a "real" webapp deliverable and add plugin to it.dmaclach@chromium.org2011-05-111-54/+0
| | | | | | | | | | | | | | BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84843 Review URL: http://codereview.chromium.org/6998009 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/7001021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84927 0039d316-1c4b-4281-b951-d872f2087c98
* Build a "real" webapp deliverable and add plugin to it.dmaclach@chromium.org2011-05-111-0/+54
| | | | | | | | | | | BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84843 Review URL: http://codereview.chromium.org/6998009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84923 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84843 - Build a "real" webapp deliverable and add plugin to it.bradnelson@google.com2011-05-111-47/+0
| | | | | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6998009 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/7003014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84897 0039d316-1c4b-4281-b951-d872f2087c98
* Build a "real" webapp deliverable and add plugin to it.dmaclach@chromium.org2011-05-101-0/+47
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6998009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84843 0039d316-1c4b-4281-b951-d872f2087c98