[Chromoting] Add onConnectionFailed callback to app Delegate.
commit846c7c797dea1e582c38b8240107e2026f4b7f14
authorgarykac <garykac@chromium.org>
Fri, 19 Dec 2014 23:36:14 +0000 (19 15:36 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 19 Dec 2014 23:37:10 +0000 (19 23:37 +0000)
treeae6362dbba292695ec2741533be3feb6443e1d4c
parente6b8303df3dd0dbb81c494c395976fb6a17390a1
[Chromoting] Add onConnectionFailed callback to app Delegate.

As part of this, more CRD-specific files have been moved out of the
common JS file arrays (in the GPY file). A few new CRD-specific JS files
have been added as well.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#309292}
13 files changed:
remoting/remoting_webapp_files.gypi
remoting/webapp/base/js/application.js
remoting/webapp/crd/js/client_screen.js
remoting/webapp/crd/js/crd_connect.js [copied from remoting/webapp/crd/js/client_screen.js with 64% similarity]
remoting/webapp/crd/js/crd_event_handlers.js [copied from remoting/webapp/crd/js/event_handlers.js with 75% similarity]
remoting/webapp/crd/js/crd_main.js
remoting/webapp/crd/js/desktop_remoting.js
remoting/webapp/crd/js/event_handlers.js
remoting/webapp/crd/js/host_screen.js
remoting/webapp/crd/js/remoting.js
remoting/webapp/crd/js/server_log_entry.js
remoting/webapp/crd/js/session_connector.js
remoting/webapp/crd/js/session_connector_impl.js