diff options
author | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-02 06:11:05 +0000 |
---|---|---|
committer | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-02 06:11:05 +0000 |
commit | e71c1b55829808839e20ec788bae1ecf51bb0358 (patch) | |
tree | fb621ec0584c22c4f88d2e0ebd0be7197f70ce01 /remoting/remoting_webapp_files.gypi | |
parent | 9c830eb210c2c72bf015d28c7aba41959a6a7c04 (diff) | |
download | chromium_src-e71c1b55829808839e20ec788bae1ecf51bb0358.zip chromium_src-e71c1b55829808839e20ec788bae1ecf51bb0358.tar.gz chromium_src-e71c1b55829808839e20ec788bae1ecf51bb0358.tar.bz2 |
It2me native messaging host: webapp implementation.
The webapp implementation of the it2me native messaging is based on the me2me couterpart. But I got rid of the per-message onDone/onError callbacks because unlike me2me, all requests to the it2me host are asynchronous: direct responses to all requests are meaningless. Only the asynchronous callbacks on host state change and nat policy update need to be processed.
I verified that this is fully functional on Linux. Windows and Mac verification haven't been done and are planned after the linux work is completed.
BUG=309844
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248072
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248157
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248255
Review URL: https://codereview.chromium.org/138503009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_webapp_files.gypi')
-rw-r--r-- | remoting/remoting_webapp_files.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi index 78d4998..e902740 100644 --- a/remoting/remoting_webapp_files.gypi +++ b/remoting/remoting_webapp_files.gypi @@ -59,6 +59,8 @@ 'remoting_webapp_js_host_files': [ 'webapp/host_controller.js', 'webapp/host_dispatcher.js', + 'webapp/host_it2me_dispatcher.js', + 'webapp/host_it2me_native_messaging.js', 'webapp/host_native_messaging.js', 'webapp/host_session.js', ], |