diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 21:11:40 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 21:11:40 +0000 |
commit | f81678079f43754984785680772748dca45219b9 (patch) | |
tree | 2a89ba097622b87de0bd261bc5f616a8a248bf26 /remoting/remoting.gyp | |
parent | c0373a21a5747de52020960475599f5079f7539f (diff) | |
download | chromium_src-f81678079f43754984785680772748dca45219b9.zip chromium_src-f81678079f43754984785680772748dca45219b9.tar.gz chromium_src-f81678079f43754984785680772748dca45219b9.tar.bz2 |
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
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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', |