From f81678079f43754984785680772748dca45219b9 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Wed, 15 Feb 2012 21:11:40 +0000 Subject: Messaging-based interface support in the webapp. The new ClientPluginAsync implements messaging-based client plugin interface. It's now used for client plugins that support it (version 5 and above). BUG=86353 Review URL: http://codereview.chromium.org/9360053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122148 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 20cb1f3..9c7b107 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -110,6 +110,7 @@ 'webapp/choice.css', 'webapp/choice.html', 'webapp/client_plugin.js', + 'webapp/client_plugin_async.js', 'webapp/client_plugin_v1.js', 'webapp/client_screen.js', 'webapp/client_session.js', -- cgit v1.1