Improve JS unit tests.
commit72bd6139e984a46c5c2d5d5d3df1401ecba14625
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jan 2013 09:49:27 +0000 (30 09:49 +0000)
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jan 2013 09:49:27 +0000 (30 09:49 +0000)
tree90c529bbf4152ec4928a6d01d1680e547f93f89d
parent255ef65b6e4ea1581039ace8e58d8a02b877d4b6
Improve JS unit tests.

Currently, several JS files don't even have the basic "load" smoke-test
since they rely on globals not defined in the test environment. This CL
defines these globals so that they can be included in the basic test.

Review URL: https://chromiumcodereview.appspot.com/12087070

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179576 0039d316-1c4b-4281-b951-d872f2087c98
remoting/remoting.gyp
remoting/webapp/all_js_load.gtestjs
remoting/webapp/browser_globals.gtestjs [new file with mode: 0644]