[Chromoting] Update jscompile target to use JS files from gypi.
commit57d86b9cf1db431837f879c0cb5ad98a74a5e83f
authorgarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 15 Feb 2014 00:14:18 +0000 (15 00:14 +0000)
committergarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 15 Feb 2014 00:14:18 +0000 (15 00:14 +0000)
tree6ae010ba87eb7ac00277f2d0d2f450315f8c53eb
parent969c22effa699a772fa970833808639b9d39c371
[Chromoting] Update jscompile target to use JS files from gypi.

The old version parses the main.html file to get the list of JS files
to verify. Since we're moving to auto-generate this file, we can safely get
the Js files from the same gypi since that's the same source being used
to generate the HTML file.

This also adds the WCS sandbox files to the list of JS files being checked --
they were not being checked as part of the old target because they are not
used in the main.html file.

BUG=
R=jamiewalch@chromium.org

Review URL: https://codereview.chromium.org/163953011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251446 0039d316-1c4b-4281-b951-d872f2087c98
remoting/remoting.gyp
remoting/tools/htmlcompile.py [deleted file]
remoting/tools/jscompile.py [new file with mode: 0755]
remoting/webapp/js_proto/remoting_proto.js
remoting/webapp/wcs_iq_client_proto.js [deleted file]